-
Notifications
You must be signed in to change notification settings - Fork 37
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
Merge NCAR:main to ufs-community:ufs/dev #251
base: ufs/dev
Are you sure you want to change the base?
Merge NCAR:main to ufs-community:ufs/dev #251
Conversation
…_phys_time_vary.scm.F90
UFS-dev PR#73
UFS-dev PR#77
Fix SCM link in readme
UFS-dev PR#85
UFS-dev PR#78
UFS-dev PR#88
Move statement testing the is_initialized variable until after control variables in the argument list have been set. This is needed to make sure that the control variables are set for multiple instances of physics.
Moved is_initialized test to after the input flags have been set
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 left a couple of comments for consideration.
@@ -350,12 +351,12 @@ MODULE module_bl_mynn | |||
CONTAINS | |||
|
|||
! ================================================================== | |||
!>\ingroup gsd_mynn_edmf | |||
!! This subroutine is the GSD MYNN-EDNF PBL driver routine,which | |||
!>\ingroup gp_mynnedmf |
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.
What is gp? can it be dumped?
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.
Short for "group"? I dunno. @mzhangw Can you shed any light on this?
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.
Yes, it is short for "group"
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.
ok as is, but not sure "gp" is needed in the MYNN-EDMF. See specific comment.
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.
look fine
This PR brings changes that have come in from the NCAR:main branch back to the ufs-community:ufs/dev branch. Most of the file changes are only documentation changes. The documentation can be viewed here.
Non-documentation changes are as follows:
is_initialized
setting in GFS_rrtmg[p]_setup to support NRL's need for multiple instances of physics in one executable