-
Notifications
You must be signed in to change notification settings - Fork 100
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 public v2 #295
Merge public v2 #295
Conversation
… field for all (NOAA-EMC#170) microphysics schemes, cldfra.
Cherry-pick NOAA-EMC#170 cloud fraction mod for FV3LAM
Documentation modifications for release/public-v2
gfortran 10.x treats argument mismatch as error
Add (gnu) compiler option to allow argument mismatch. (NOAA-EMC#179)
Change nomenclature of SAR config files to use "LAM" instead of "SAR" per SRW team.
Updated support on Odin & Stampede to use NCEPLIBS public-v2 release
…consistent with other applications
…st static NetCDF libraries
…te_cmakemodules release/public-v2: fix problem linking to static NetCDF libraries
Unify the public-v2 executable name
Starting release/public-v2 branch with UPP version 9.0.0
Modified UPP stand-alone run script with name change to run_upp
* Fix of total cloud fraction in CLDRAD.f for FV3/LAMX. * Setting iSF_SURFACE_PHYSICS as 2 in regional FV3 read interface.
Bug fix for FV3 LAM/LAMX (NOAA-EMC#219)
@ywangwof - Can you please confirm the changes you added in public-v2 for Odin and Stampede module files are still correct and should be merged into develop branch? |
As I understand, we will not need those changes because we are using cmake to build the programs and the configuration will be handled in the SRW app level, right? |
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.
Looks good to me; my comments are very minor text changes, just things I noticed while reading through.
@ywangwof - Yes if using the SRW app, set up and build is handled there and via cmake. I can revert these changes then if not needed. |
…v is handled at app level for these machines
@WenMeng-NOAA - Code passed reg tests on Hera. Ready for your final review. |
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.
This looks good to me.
@WenMeng-NOAA - Yes, that is fine with me. Just let me know what I can do to help. |
@WenMeng-NOAA - Branch has been updated. |
The UPP regression tests were conducted on WCOSS and Hera. No changed results were found. This PR is ready for merging. |
@WenMeng-NOAA - I have not had a chance to look at issue #272. Our planning year ends next week so we are working on finishing up final tasks. But I will try to look as soon as I can. |
… GSD_HRRR25km grid. (NOAA-EMC#295) ## DESCRIPTION OF CHANGES: * Add new subconus 3km grid of ESGgrid type named GSD_SUBCONUS3km. * Allow this as well as the GSD_HRRR25km, GSD_HRRR13km, and GSD_RAP13km grids to run in NCO mode. * Add new WE2E test for the GSD_SUBCONUS3km grid in NCO mode named nco_GSD_SUBCONUS3km_HRRRX_RAPX. * Add new WE2E test for the GSD_HRRR25km grid in NCO mode named nco_GSD_HRRR25km_HRRRX_RAPX. ## TESTS CONDUCTED: Ran the two new WE2E tests on hera -- nco_GSD_SUBCONUS3km_HRRRX_RAPX and nco_GSD_HRRR25km_HRRRX_RAPX. Both completed successfully. The changes do not affect any of the other WE2E tests, so those were not run.
This commit merges the release/public-v2 branch into develop and resolves Issue #295. Changes are minimal and include: