-
Notifications
You must be signed in to change notification settings - Fork 153
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 gsd/develop, drag suite update and other bug fixes #339
Merge gsd/develop, drag suite update and other bug fixes #339
Conversation
Update to SCM version of GFS_time_vary_pre.F90
…tb_develop_20190924 Update gsd/develop from gmtb/develop 2019/09/24
… be used in the check for consistency of land information.
Added sea_land_ice_mask to sfc_drv_ruc.F90
… microphysics, directly without recomputing it with taking into account temperature-based treatment of convective precipitation. This change will affect only use of RUC LSM with GFDL or Thompson microphysics.
Fraction of frozen precipitation with RUC LSM
…may not be allocated
…to merge_gsd_develop_drag_suite_update_and_bugfixes
…nto merge_gsd_develop_drag_suite_update_and_bugfixes
…bles changes the results, this is only true in (CCPP) PROD mode, not in REPRO mode
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.
It looks like there were no changes necessary for drag_suite.F90.
@@ -395,7 +395,7 @@ subroutine mp_thompson_run(ncol, nlev, con_g, con_rd, & | |||
graupel = max(0.0, delta_graupel_mp/1000.0_kind_phys) | |||
ice = max(0.0, delta_ice_mp/1000.0_kind_phys) | |||
snow = max(0.0, delta_snow_mp/1000.0_kind_phys) | |||
rain = max(0.0, delta_rain_mp - (delta_graupel_mp + delta_ice_mp + delta_snow_mp)/1000.0_kind_phys) | |||
rain = max(0.0, (delta_rain_mp - (delta_graupel_mp + delta_ice_mp + delta_snow_mp))/1000.0_kind_phys) |
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 never forget "Please Excuse My Dear Aunt Sally"...
I bet this was a tough one to catch.
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.
Approved
Correct. Grant is looking at removing some of the redundancy between the drag suite pre/post and existing pre/post schemes, and at the b4b differences for the CCPP dynamic build. This will be a separate PR in the future. |
Remove nemsio from the write component.
Associated PRs:
https://github.com/NCAR/FV3/pull/218
NCAR/NEMS#13
#339
https://github.com/NCAR/NEMSfv3gfs/pull/269
See https://github.com/NCAR/NEMSfv3gfs/pull/269 for regression testing.
Changes for ccpp-physics:
intent(in)
to certain variables ingwdps.f
changes the answer; it does so, but only in (CCPP) PROD mode, not in REPRO modephysics/cires_ugwp_post.F90
: use assumed-size arrays for arrays that may not be allocated