-
Notifications
You must be signed in to change notification settings - Fork 20
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
ZM clean up round 2 #88
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.
Looks good! Just a few changes requested in the momtran code.
Also I didn't review the metadata files, but if you would like me to at this stage please let me know. Thanks!
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 have one last comment change request, but it doesn't require a re-review. Otherwise everything looks great now, thanks!
zhang_mcfarlane/zm_conv_momtran.F90
Outdated
real(kind_phys) :: pguall(ncol,pver,num_winds) ! Combined apparent force from updraft on PG U winds | ||
real(kind_phys) :: pgdall(ncol,pver,num_winds) ! Combined apparent force from downdraft on PG U winds |
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 think on
should be after PG
here:
real(kind_phys) :: pguall(ncol,pver,num_winds) ! Combined apparent force from updraft on PG U winds | |
real(kind_phys) :: pgdall(ncol,pver,num_winds) ! Combined apparent force from downdraft on PG U winds | |
real(kind_phys) :: pguall(ncol,pver,num_winds) ! Combined apparent force from updraft PG on U winds | |
real(kind_phys) :: pgdall(ncol,pver,num_winds) ! Combined apparent force from downdraft PG on U winds |
More cleanup identified during CCPP standard name meetings
Includes preliminary metadata for ZM (ignore for now as I know it is not complete - next review should include the entire files)
Closes #83