forked from NCAR/ccpp-physics
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added coupling of GOCART aerosols with radiation related to issue#899… (
NCAR#525) * Added coupling of GOCART aerosols with radiation related to issue#899 in NCAR/ccpp-physics * Updated ccpp/physics to include Barry Baker's updates for wet deposition in the Thompson scheme * Updated physics/rte-rrtmgp with the latest commit in ccpp/physics * Update ccpp/physics to include the updates of precipitation fluxes outputs in the Thompson microphysics scheme * Updated ccpp/physics for fixing a bug in mp_thompson.F90
- Loading branch information
1 parent
a912053
commit dc74ab1
Showing
3 changed files
with
129 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
Submodule physics
updated
11 files
+21 −25 | physics/GFS_phys_time_vary.fv3.F90 | |
+14 −7 | physics/GFS_phys_time_vary.fv3.meta | |
+6 −6 | physics/GFS_phys_time_vary.scm.meta | |
+31 −2 | physics/GFS_rrtmg_pre.F90 | |
+116 −4 | physics/GFS_rrtmg_pre.meta | |
+3 −3 | physics/m_micro.meta | |
+60 −11 | physics/module_mp_thompson.F90 | |
+21 −2 | physics/mp_thompson.F90 | |
+23 −0 | physics/mp_thompson.meta | |
+3 −3 | physics/rrtmgp_aerosol_optics.meta | |
+1 −1 | physics/rte-rrtmgp |