-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Land surface upgrades for HR2 (#663)
* adding soil color data to NoahMP * add iopt_diag for 2m t/q diagnostic option * fixed a sfc_name2 error * fix a counting error in Sfc_io_calculate_indices
- Loading branch information
1 parent
67e146d
commit e7dc085
Showing
6 changed files
with
76 additions
and
16 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
18 files
+9 −1 | physics/GFS_debug.F90 | |
+7 −0 | physics/GFS_debug.meta | |
+12 −6 | physics/GFS_phys_time_vary.fv3.F90 | |
+7 −0 | physics/GFS_phys_time_vary.fv3.meta | |
+8 −6 | physics/GFS_surface_generic_post.F90 | |
+28 −0 | physics/GFS_surface_generic_post.meta | |
+18 −13 | physics/GFS_surface_generic_pre.F90 | |
+29 −1 | physics/GFS_surface_generic_pre.meta | |
+6 −2 | physics/gcycle.F90 | |
+29 −23 | physics/module_sf_noahmp_glacier.F90 | |
+579 −177 | physics/module_sf_noahmplsm.F90 | |
+1,285 −997 | physics/noahmp_tables.f90 | |
+158 −19 | physics/noahmpdrv.F90 | |
+14 −0 | physics/noahmpdrv.meta | |
+780 −0 | physics/noahmptable.tbl | |
+4 −2 | physics/sfc_diag_post.F90 | |
+7 −0 | physics/sfc_diag_post.meta | |
+232 −101 | physics/sfcsub.F |
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