-
Notifications
You must be signed in to change notification settings - Fork 146
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
Physics separation merge: Step 11 #33
Physics separation merge: Step 11 #33
Conversation
… call to edmf_run
…ent to edmf_run call in GFS_physics_driver to array
-fixed compilation issue that Chris found due to Grant's doxygen changes
@llpcarson @mzhangw this PR contains the bugfix I mentioned in my email Friday last week regarding the uninitialized variables ictmglg, isolar in GFS_time_vary_step. The reason why this didn't show up in your BFB tests earlier is that these local variables were presumably initialized to zero and that the (correct) values defined in the input.nml namelist are also zero for both. |
ok. |
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
Cleanup of radiation (clouds) - microphysics interaction (based on NCAR#33)
This PR merges the work of @grantfirl and @mzhangw on the GFS_time_vary subroutines. Tested BFB on Theia (32-bit, non-hydrostatic, prod) and Cheyenne (64-bit, non-hydrostatic, prod).
The commit history is confusing, since different branches were used for the development, but the changes to the code are confined to four files only.