forked from NOAA-PSL/ufs-weather-model.p7b
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coupling Merra2 aerosol climatology and GOCART forecasted aerosols wi…
…th the Thompson microphysics scheme (ufs-community#588) * version worked for producing nifa and nwfa * added mraerosol in typedef * use ltaersol=.true. and merra2 * Add consistency check for Thompson aerosol options to GFS_typedefs.F90 * using field table instead of code change for mraerosol * Updates and bug fixes for Thompson-Merra2 Co-authored-by: anning.cheng <anning.cheng@noaa.gov> Co-authored-by: Dom Heinzeller <climbfuji@ymail.com> Co-authored-by: AnningCheng-NOAA <48297505+AnningCheng-NOAA@users.noreply.github.com>
- Loading branch information
1 parent
dab7d71
commit 39fca1c
Showing
4 changed files
with
84 additions
and
43 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_PBL_generic_common.F90 | |
+18 −3 | physics/GFS_PBL_generic_post.F90 | |
+7 −0 | physics/GFS_PBL_generic_post.meta | |
+21 −5 | physics/GFS_PBL_generic_pre.F90 | |
+8 −1 | physics/GFS_PBL_generic_pre.meta | |
+5 −5 | physics/GFS_rrtmg_pre.F90 | |
+7 −0 | physics/GFS_rrtmg_pre.meta | |
+10 −4 | physics/GFS_rrtmgp_cloud_mp.F90 | |
+7 −0 | physics/GFS_rrtmgp_cloud_mp.meta | |
+46 −28 | physics/module_mp_thompson.F90 | |
+72 −18 | physics/mp_thompson.F90 | |
+30 −0 | physics/mp_thompson.meta | |
+45 −2 | physics/mynnedmf_wrapper.F90 | |
+7 −0 | physics/mynnedmf_wrapper.meta |