-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Thompson cloud fraction (updated subroutine cal_cldfra3) (#432)
Add a new method to calculate cloud fraction for Thompson MP. A few diagnostic variables are added for use by the cloud fraction schemes in CCPP, and the icloud==3 switch is repurposed from currently being unused to switch between the original progcld6 and the new progcld_thompson scheme in CCPP.
- Loading branch information
Showing
4 changed files
with
174 additions
and
4 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
8 files
+7 −0 | CMakeLists.txt | |
+1 −1 | CODEOWNERS | |
+8 −1 | physics/GFS_rrtmg_post.F90 | |
+9 −1 | physics/GFS_rrtmg_post.meta | |
+67 −90 | physics/GFS_rrtmg_pre.F90 | |
+41 −1 | physics/GFS_rrtmg_pre.meta | |
+11 −11 | physics/module_mp_thompson.F90 | |
+641 −301 | physics/radiation_clouds.f |