-
Notifications
You must be signed in to change notification settings - Fork 279
Land surface upgrades for HR2 #1777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
FernandoAndrade-NOAA
merged 34 commits into
ufs-community:develop
from
HelinWei-NOAA:hr2_land1
Jul 19, 2023
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
790d07e
update FV3 repository
HelinWei-NOAA 2e958a9
update FV3 repository and some RT setting
HelinWei-NOAA 1b77634
add iopt_diag for 2m t/q diagnostic option
HelinWei-NOAA 81ce00e
Merge remote-tracking branch 'upstream/develop' into hr2_land1
HelinWei-NOAA e408deb
Merge remote-tracking branch 'upstream/develop' into hr2_land1
HelinWei-NOAA dcd72ed
land surface upgrades for hr2
HelinWei-NOAA bfb660c
update fv3 repo
HelinWei-NOAA 93f966c
update fv3 repo
HelinWei-NOAA c29a63d
update NOAHMP-interface repository
HelinWei-NOAA a2e5c31
update FV3 repository
HelinWei-NOAA 1950720
update FV3 repo
HelinWei-NOAA 5739c0c
Merge remote-tracking branch 'upstream/develop' into hr2_land1
HelinWei-NOAA 096ec29
update FV3 repo
HelinWei-NOAA 65fcf06
modification based on the feedback from reviewers
HelinWei-NOAA 67c2025
fixed a typo for soil color file flag
HelinWei-NOAA 9cf806f
update fv3 repo
HelinWei-NOAA 810a021
change FNSOCC setting
HelinWei-NOAA 14caac8
update fv3 repo
HelinWei-NOAA f8e51f3
update cmake of NOAHMP-interface
HelinWei-NOAA 5e575da
update fv3 repo
HelinWei-NOAA e449396
Merge remote-tracking branch 'upstream/develop' into hr2_land1
HelinWei-NOAA f4f92e2
update fv3 repo
HelinWei-NOAA d47f1a6
update fv3 repo
HelinWei-NOAA f8b0b6b
soil data for datm_cdeps_lnd_gswp test
HelinWei-NOAA a740e47
upload hera RTs logfile
HelinWei-NOAA 328cb73
Update bl_date.conf
FernandoAndrade-NOAA 0a06a5b
add gaea RT log: passed
jkbk2004 468540c
WCOSS2 RT Log
BrianCurtis-NOAA 2def331
add jet RT log: passed
jkbk2004 e888150
Update rt.conf remove baselines for hrrr_control_qr
zach1221 d88c359
add orion RT logs: passed
zach1221 e5a830d
add hera RT logs: passed
FernandoAndrade-NOAA 35fa9a6
Acorn RT Log
BrianCurtis-NOAA 94f4161
update fv3 and noah-mp repo
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Submodule FV3
updated
from 67e146 to e7dc08
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.