Skip to content

Merge gsd/develop, drag suite update and other bug fixes#339

Merged
climbfuji merged 12 commits into
NCAR:gmtb/developfrom
climbfuji:merge_gsd_develop_drag_suite_update_and_bugfixes
Oct 15, 2019
Merged

Merge gsd/develop, drag suite update and other bug fixes#339
climbfuji merged 12 commits into
NCAR:gmtb/developfrom
climbfuji:merge_gsd_develop_drag_suite_update_and_bugfixes

Conversation

@climbfuji
Copy link
Copy Markdown
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
…bles changes the results, this is only true in (CCPP) PROD mode, not in REPRO mode
Copy link
Copy Markdown

@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.

Comment thread physics/mp_thompson.F90
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.
dustinswales pushed a commit to dustinswales/ccpp-physics that referenced this pull request Mar 19, 2026
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