-
Notifications
You must be signed in to change notification settings - Fork 253
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 (#1777)
* add iopt_diag for 2m t/q diagnostic option * land surface upgrades for hr2 * fixed a typo for soil color file flag * change FNSOCC setting * update cmake of NOAHMP-interface * soil data for datm_cdeps_lnd_gswp test * Update rt.conf remove baselines for hrrr_control_qr
- Loading branch information
1 parent
f1f0180
commit a2088bf
Showing
63 changed files
with
6,240 additions
and
5,454 deletions.
There are no files selected for viewing
Submodule FV3
updated
6 files
+14 −1 | ccpp/data/GFS_typedefs.F90 | |
+18 −0 | ccpp/data/GFS_typedefs.meta | |
+12 −0 | ccpp/driver/GFS_diagnostics.F90 | |
+1 −1 | ccpp/physics | |
+2 −1 | io/fv3atm_restart_io.F90 | |
+29 −13 | io/fv3atm_sfc_io.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
Submodule noahmp
updated
15 files
+5 −5 | .github/workflows/datm_noahmp.yaml | |
+6 −0 | .github/workflows/tests/test_datm_lnd/lnd.yaml | |
+2 −2 | CMakeLists.txt | |
+1,285 −997 | drivers/ccpp/noahmp_tables.f90 | |
+160 −28 | drivers/ccpp/noahmpdrv.F90 | |
+3 −2 | drivers/ccpp/physcons.F90 | |
+15 −7 | drivers/ccpp/set_soilveg.f | |
+5 −3 | drivers/ccpp/sfc_diff.f | |
+4 −4 | drivers/ccpp/update.sh | |
+2 −1 | drivers/nuopc/lnd_comp_driver.F90 | |
+15 −0 | drivers/nuopc/lnd_comp_io.F90 | |
+11 −0 | drivers/nuopc/lnd_comp_shr.F90 | |
+5 −0 | drivers/nuopc/lnd_comp_types.F90 | |
+40 −26 | src/module_sf_noahmp_glacier.F90 | |
+1,810 −1,358 | src/module_sf_noahmplsm.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export BL_DATE=20230705 | ||
export BL_DATE=20230713 | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,6 +154,7 @@ | |
iopt_tbot = 2 | ||
iopt_stc = 1 | ||
iopt_trs = 2 | ||
iopt_diag = 2 | ||
debug = .false. | ||
|
||
ras = .false. | ||
|
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.