-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support new NSSL cloud microphysics 3-moment option (#702)
* Updates to support NSSL microphysics in CCPP * Switched atmos and ccpp modules to NSSL versions * Made setting of otsptflag more logical * change dimensions of flag_convective_tracer_transport_interstitial to match allocation/use * Add flags and code for 3-moment rain/graupel/hail in NSSL microphysics scheme * Update otsptflag for 3moment variables
- Loading branch information
Showing
4 changed files
with
117 additions
and
10 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
Submodule physics
updated
14 files
+5 −3 | physics/GFS_DCNV_generic_post.F90 | |
+21 −0 | physics/GFS_DCNV_generic_post.meta | |
+5 −2 | physics/GFS_DCNV_generic_pre.F90 | |
+21 −0 | physics/GFS_DCNV_generic_pre.meta | |
+22 −7 | physics/GFS_PBL_generic_post.F90 | |
+28 −0 | physics/GFS_PBL_generic_post.meta | |
+32 −17 | physics/GFS_PBL_generic_pre.F90 | |
+28 −0 | physics/GFS_PBL_generic_pre.meta | |
+11 −6 | physics/docs/library.bib | |
+2 −2 | physics/docs/pdftxt/NSSLMICRO.txt | |
+2 −1 | physics/docs/pdftxt/suite_input.nml.txt | |
+4,972 −693 | physics/module_mp_nssl_2mom.F90 | |
+170 −123 | physics/mp_nssl.F90 | |
+38 −0 | physics/mp_nssl.meta |