forked from NCAR/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#176)
* 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 * Phil's ccpp changes * minor bug fix * Comitting stochastic physics updates * Comitting FV3 submodules updates * Updates for minimal set of regression tests. * lndp sub-module clean-up * Updates to tests to include new input parameters for revised land pert scheme (lndp).
- Loading branch information
1 parent
1e4edf0
commit fd5c310
Showing
35 changed files
with
889 additions
and
480 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
Submodule FV3
updated
15 files
+2 −2 | .gitmodules | |
+5 −2 | atmos_model.F90 | |
+1 −1 | ccpp/framework | |
+1 −1 | ccpp/physics | |
+0 −1 | gfsphysics/CMakeLists.txt | |
+1 −0 | gfsphysics/GFS_layer/GFS_driver.F90 | |
+26 −29 | gfsphysics/GFS_layer/GFS_physics_driver.F90 | |
+13 −8 | gfsphysics/GFS_layer/GFS_radiation_driver.F90 | |
+23 −32 | gfsphysics/GFS_layer/GFS_typedefs.F90 | |
+30 −51 | gfsphysics/GFS_layer/GFS_typedefs.meta | |
+1 −1 | gfsphysics/physics/GFS_debug.F90 | |
+3 −3 | gfsphysics/physics/radiation_surface.f | |
+3 −3 | gfsphysics/physics/sfc_drv.f | |
+1 −1 | stochastic_physics/makefile | |
+79 −16 | stochastic_physics/stochastic_physics_wrapper.F90 |
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
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.