forked from NCAR/ccpp-physics
-
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.
Convert real(kind_phys) vegetation, slope and soil type arrays into i…
…nteger arrays without affecting input/output files (NCAR#388) * Make real vegetation, slope and soil type integers, remove unnecessary interstitial arrays * Add interstitial variables to save and restore vegetation/soil/slope types before/after surface physics * Make vegetation/soil/slope save variables persistent so that they can be used in the _init phases * Only allow nearest-neighbor interpolation method for integer data * Remove legacy code from CMakeLists.txt
- Loading branch information
Showing
8 changed files
with
215 additions
and
572 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
23 files
+86 −94 | physics/GFS_debug.F90 | |
+5 −32 | physics/GFS_debug.meta | |
+6 −5 | physics/GFS_phys_time_vary.fv3.F90 | |
+10 −15 | physics/GFS_phys_time_vary.fv3.meta | |
+3 −2 | physics/GFS_phys_time_vary.scm.F90 | |
+4 −6 | physics/GFS_phys_time_vary.scm.meta | |
+4 −4 | physics/GFS_radiation_surface.F90 | |
+0 −9 | physics/GFS_radiation_surface.meta | |
+1 −1 | physics/GFS_rrtmgp_pre.meta | |
+117 −33 | physics/GFS_surface_generic.F90 | |
+294 −36 | physics/GFS_surface_generic.meta | |
+17 −5 | physics/gcycle.F90 | |
+1 −1 | physics/module_SGSCloud_RadPre.F90 | |
+1 −2 | physics/radiation_surface.f | |
+0 −2 | physics/rrtmg_lw_pre.F90 | |
+0 −2 | physics/rrtmg_sw_pre.F90 | |
+1 −1 | physics/rrtmg_sw_pre.meta | |
+0 −2 | physics/rrtmgp_lw_pre.F90 | |
+1 −1 | physics/rrtmgp_lw_pre.meta | |
+36 −58 | physics/sfc_drv_ruc.F90 | |
+8 −10 | physics/sfc_drv_ruc.meta | |
+3 −2 | physics/sfc_noah_wrfv4_interstitial.F90 | |
+2 −3 | physics/sfc_noah_wrfv4_interstitial.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
Oops, something went wrong.