We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many users have requested 3D diagnostic tendencies for tracers, and a more efficient method to store the tracer tendencies.
Store the tendencies in a 4D sparse array using a 3D array and a 2D indexed array:
dtend(i,k,dtidx(variable,process))
The next CCPP framework, which will come sometime in the future.
Fixed by PR #660 May be related to #659 which is not clearly defined.
The text was updated successfully, but these errors were encountered:
@SamuelTrahanNOAA was this issue resolved by #660 ?
Sorry, something went wrong.
Yes.
Verification modifications to conf files. (#662)
4300bb5
No branches or pull requests
Description
Many users have requested 3D diagnostic tendencies for tracers, and a more efficient method to store the tracer tendencies.
Solution
Store the tendencies in a 4D sparse array using a 3D array and a 2D indexed array:
dtend(i,k,dtidx(variable,process))
Alternatives
The next CCPP framework, which will come sometime in the future.
Related to
Fixed by PR #660
May be related to #659 which is not clearly defined.
The text was updated successfully, but these errors were encountered: