forked from NOAA-EMC/fv3atm
-
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.
Updated land perturbation scheme (NOAA-EMC#148)
* update to pre-existing land perts scheme, ready for addition of the new scheme * updates to land perts scheme, so that namelist input and control_type variables are in generic (i.e., variable agnostic) arrays * minor bug fix GFS_typedefs.meta * Phil's ccpp changes * minor bug fix * Lndp updates, including moving around the calling structure. * lndp clean-up * lndp submodule clean-up * Updated submodules for merge. * Fixed typo in vegfrac name * deleted GFS_land_perts.F90 (moved to stochastic_physics) * Removing FV3 dependency from stochastic_physics, and into wrapper * Fix linker problem in gfsphysics/CMakeLists.txt by removing physics/physparam.f from IPD sources * edits to compile with gnumake * Revert change to .gitmodules for ccpp-physics and update submodule pointer for ccpp-physics Co-authored-by: Dom Heinzeller <climbfuji@ymail.com>
- Loading branch information
1 parent
0975bb6
commit 0b2d3ec
Showing
15 changed files
with
189 additions
and
151 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
12 files
+2 −2 | physics/GFS_MP_generic.meta | |
+1 −1 | physics/GFS_debug.F90 | |
+8 −5 | physics/GFS_rrtmg_pre.F90 | |
+22 −14 | physics/GFS_rrtmgp_sw_pre.F90 | |
+29 −20 | physics/GFS_rrtmgp_sw_pre.meta | |
+2 −2 | physics/GFS_stochastics.meta | |
+32 −39 | physics/GFS_surface_generic.F90 | |
+34 −52 | physics/GFS_surface_generic.meta | |
+3 −3 | physics/radiation_surface.f | |
+14 −2 | physics/rrtmg_sw_pre.F90 | |
+3 −3 | physics/sfc_drv.f | |
+1 −1 | physics/sfc_drv.meta |
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
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
Oops, something went wrong.