-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Generalize computation of moist specific heats #221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Awesome that you could implement this in such a general way.
I'm not sure if we need a DSL review for this since. @ofuhrer thoughts?
I've added @elynnwu as a reviewer for this, since I think she is the right person. In general, DSL is interested in reviewing all PRs in the Fortran code, with highest priority for those that may impact 1) running our configuration 2) numerical results 3) performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Some minor comments on naming.
If there are no further comments I will go ahead and merge this at the end of the day. |
This PR adds files under examples/gmd_timings which run example runfiles used in our upcoming GMD submission and produce timings. Transferred from #221 to give clean changelog.
This uses the fact that unused tracers will be assigned indexes less than zero to generalize the computation of moist specific heats for more than just the six-species GFDL microphysics scheme. As a result, the warning note below will no longer be emitted when using the Zhao-Carr microphysics scheme:
This change is tested in this notebook. Closes #215.