Skip to content
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

Conversation

climbfuji
Copy link
Collaborator

@climbfuji climbfuji commented Oct 13, 2019

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:

grantfirl and others added 12 commits September 24, 2019 12:27
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
…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
Copy link
Collaborator

@mdtoy mdtoy left a 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)
Copy link
Collaborator

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.

Copy link
Collaborator

@grantfirl grantfirl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@climbfuji
Copy link
Collaborator Author

It looks like there were no changes necessary for drag_suite.F90.

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.

@climbfuji climbfuji merged commit cfafb29 into NCAR:gmtb/develop Oct 15, 2019
@climbfuji climbfuji deleted the merge_gsd_develop_drag_suite_update_and_bugfixes branch June 27, 2022 03:17
hannahcbarnes pushed a commit to hannahcbarnes/ccpp-physics that referenced this pull request Aug 3, 2022
Remove nemsio from the write component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants