-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Stochastically Perturbed Parameterizations (SPP) in F…
…V3 and add the FV3_RRFS_v1alpha SDF. (#454) Adds the necessary code in fv3atm to allow for Stochastically Perturbed Parameterizations (SPP) in a set of RAP/HRRR-based physics parameterizations. Specific to the fv3atm repository, code in this PR defines the necessary variables associated with various SPP-related fields (e.g., logical to activate SPP, parameterization-specific SPP variables, etc.) that are then passed to ccpp-physics.
- Loading branch information
1 parent
b3f98fe
commit bc562d7
Showing
7 changed files
with
356 additions
and
12 deletions.
There are no files selected for viewing
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
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
Submodule physics
updated
18 files
+22 −1 | physics/GFS_rrtmg_pre.F90 | |
+16 −1 | physics/GFS_rrtmg_pre.meta | |
+1 −1 | physics/GFS_surface_generic.meta | |
+35 −12 | physics/drag_suite.F90 | |
+15 −0 | physics/drag_suite.meta | |
+12 −9 | physics/module_MYNNPBL_wrapper.F90 | |
+15 −0 | physics/module_MYNNPBL_wrapper.meta | |
+7 −4 | physics/module_MYNNSFC_wrapper.F90 | |
+15 −0 | physics/module_MYNNSFC_wrapper.meta | |
+4 −3 | physics/module_bl_mynn.F90 | |
+5 −21 | physics/module_mp_thompson.F90 | |
+32 −32 | physics/module_sf_mynn.F90 | |
+17 −12 | physics/mp_thompson.F90 | |
+15 −0 | physics/mp_thompson.meta | |
+7 −2 | physics/ugwpv1_gsldrag.F90 | |
+15 −0 | physics/ugwpv1_gsldrag.meta | |
+6 −2 | physics/unified_ugwp.F90 | |
+15 −0 | physics/unified_ugwp.meta |
Oops, something went wrong.