-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RRTMG cloud overlap method update (#157)
Add two new interstitial variables to GFS_typedefs.{F90,meta} that are required for the RRTMG cloud overlap additions by @mjiacono (see NCAR/ccpp-physics#487). Other changes: * fix wrong metadata in GFS_typedefs.meta (optional and intent are not valid for host model variable tables) * note that RRTMG and RRTMGP use different interstitial variables for the decorrelation parameter alpha; this is because RRTMGP only works when the number of model levels is the same for radiation (levr) and other physics (levs), while RRTMG works with different numbers of levels; only the one in use gets allocated * replace GSL drag suite with CIRES UGWP/GFS GWD in ccpp/suites/suite_FV3_RRFS_v1beta.xml (cherry-picked from PR #173 for release/public-v2)
- Loading branch information
Showing
4 changed files
with
33 additions
and
23 deletions.
There are no files selected for viewing
Submodule physics
updated
13 files
+85 −48 | physics/GFS_rrtmg_pre.F90 | |
+9 −0 | physics/GFS_rrtmg_pre.meta | |
+2 −2 | physics/GFS_rrtmg_setup.meta | |
+2 −2 | physics/GFS_rrtmgp_setup.meta | |
+1 −1 | physics/GFS_rrtmgp_zhaocarr_pre.F90 | |
+31 −3 | physics/module_SGSCloud_RadPre.F90 | |
+8 −0 | physics/module_SGSCloud_RadPre.meta | |
+1 −1 | physics/physparam.f | |
+300 −60 | physics/radiation_clouds.f | |
+123 −22 | physics/radlw_main.f | |
+9 −0 | physics/radlw_main.meta | |
+127 −23 | physics/radsw_main.f | |
+9 −0 | physics/radsw_main.meta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters