-
Notifications
You must be signed in to change notification settings - Fork 23
TEMPO v3 with Prognostic Cloud Fraction #212
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
base: gsl/develop
Are you sure you want to change the base?
TEMPO v3 with Prognostic Cloud Fraction #212
Conversation
…loud fraction and cloud water
…physics driver, and to TEMPO driver
…d water and cloud fraction
- added graupel volume to init_atmosphere registry - formatted code
| cldfrabl_p(i,k,j) = cldfrac_bl(k,i) | ||
| ! cldfrabl_p(i,k,j) = cldfrac_bl(k,i) | ||
| cldfrabl_p(i,k,j) = max(qal(k,i), qai(k,i)) | ||
| qcbl_p(i,k,j) = qc_bl(k,i) |
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.
I'll add a comment here as a reminder to look into this further.
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.
if qal and qai are always present, this shouldn't be a problem, but they are tied to the new package, so I think we need a conditional here.
The title above should be a 1 line short summary of the pull request (i.e. what the project the PR represents is intended to do).
Enter a description of this PR. This should include why this PR was created, and what it does.
Testing and relations to other Pull Requests should be added as subsequent comments.
See the below examples for more information.
MPAS-Dev/MPAS#930
MPAS-Dev/MPAS#931
Priority Reviewers