-
Notifications
You must be signed in to change notification settings - Fork 132
Add capability to read soil increments on the cubed-sphere tiles and enhance soil ice adjustment due to soil temperature increments #894
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
GeorgeGayno-NOAA
merged 27 commits into
ufs-community:develop
from
yuanxue2870:feature/soil_ice_adjust
May 7, 2024
Merged
Changes from 9 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5c763f2
clean up & reorganize based on reviews
yuanxue2870 f65d8fa
Delete unit test data/ from Github
yuanxue2870 db18a1d
Delete unit test data
yuanxue2870 f709f7c
Delete unit test data
yuanxue2870 f6c9038
Delete unit test data
yuanxue2870 e731a85
Delete unit test data
yuanxue2870 a8daad2
Delete unit test data
yuanxue2870 0bacd5a
obtain unit test data from server with updated unit test
yuanxue2870 84b075e
Merge branch 'feature/soil_ice_adjust' of https://github.com/yuanxue2…
yuanxue2870 89ae1fe
updated driver scripts and revert build and mpiexec back to develop v…
yuanxue2870 a42b310
updated directories for baseline and unit test data
yuanxue2870 859f1c0
Updated comments & updated wcoss2 driver
yuanxue2870 2fcb836
add the prefix of 'snow_' to xainc files
yuanxue2870 eb1c838
add DO_SOI_INC_GSI & remove GSI_SOI_FILE in the namelist
yuanxue2870 c2666f8
updated global_cycle driver to avoid editing filenames in source code
yuanxue2870 ad37694
add lsoil_incr to namelist and set to 3 as default value
yuanxue2870 81779a6
modified comments on lsoil_incr
yuanxue2870 b02e4a6
separate gsi based interpolation routine and combine add_gsi and add_…
yuanxue2870 01b5a99
Merge remote-tracking branch 'remotes/origin/develop' into feature/so…
yuanxue2870 921c835
revisions due to new JEDI derived (mimicked) soil increment test files
yuanxue2870 28a8cef
edits to link unit test files from public host
yuanxue2870 98b3c19
Merge branch 'ufs-community:develop' into feature/soil_ice_adjust
yuanxue2870 529e7e2
add options in the prolog
yuanxue2870 d04da42
Merge branch 'ufs-community:develop' into feature/soil_ice_adjust
yuanxue2870 e3a9149
add gaussian_interp output to nccmp with baseline
yuanxue2870 afdd2a9
Merge branch 'ufs-community:develop' into feature/soil_ice_adjust
yuanxue2870 1588668
revert to defaulted account name
yuanxue2870 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
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 |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| # $2+ - Executable and its arguments | ||
| # | ||
|
|
||
| ACCOUNT=fv3-cpu | ||
| ACCOUNT=da-cpu | ||
| QOS=debug | ||
|
|
||
| NP=$1 | ||
|
|
||
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 |
|---|---|---|
| @@ -0,0 +1,89 @@ | ||
| #!/bin/bash | ||
|
|
||
| #------------------------------------------------------------------ | ||
| # Run global_cycle for a C192 case to test the ingest and | ||
| # application of soil moisture and temperature increments | ||
| # on the cubed-sphere grid into Noah-MP restarts, which should | ||
| # yield identical results as compared with the GSI case. | ||
| # Compare output to a baseline set of files using the 'nccmp' | ||
| # utility. | ||
| #------------------------------------------------------------------ | ||
|
|
||
| set -x | ||
|
|
||
| NCCMP=${NCCMP:-$(which nccmp)} | ||
|
|
||
| export MAX_TASKS_CY=6 | ||
|
|
||
| export HOMEgfs=$NWPROD | ||
| export BASE_GSM=$NWPROD | ||
|
|
||
| export CYCLEXEC=$BASE_GSM/exec/global_cycle | ||
|
|
||
| export CDATE=2019073000 | ||
| export FHOUR=00 | ||
| export DELTSFC=6 | ||
|
|
||
| export CASE=C192 | ||
| export OCNRES=99999 | ||
|
|
||
| export COMIN=$HOMEreg/input_data_noahmp | ||
|
|
||
| export JCAP=1534 | ||
| export LONB=3072 | ||
| export LATB=1536 | ||
|
|
||
| export OROFIX=$HOMEreg/fix/$CASE | ||
| export FIXgsm=$BASE_GSM/fix/am | ||
|
|
||
| export DONST="NO" | ||
| export use_ufo=.true. | ||
|
|
||
| export DO_SFCCYCLE=".FALSE." | ||
| export DO_LNDINC=".TRUE." | ||
| export DO_SOI_INC_JEDI=".true." | ||
|
|
||
| export VERBOSE=YES | ||
| export CYCLVARS=FSNOL=-2.,FSNOS=99999., | ||
|
|
||
| $BASE_GSM/ush/global_cycle_driver.sh | ||
|
|
||
| iret=$? | ||
| if [ $iret -ne 0 ]; then | ||
| set +x | ||
| echo "<<< C192 JEDI based LANDINC SOIL NOAHMP CYCLE TEST FAILED. >>>" | ||
| exit $iret | ||
| fi | ||
|
|
||
| test_failed=0 | ||
|
|
||
| cd $DATA | ||
| for files in *tile*.nc | ||
| do | ||
| if [ -f $files ]; then | ||
| echo CHECK $files | ||
|
GeorgeGayno-NOAA marked this conversation as resolved.
|
||
| $NCCMP -dmfqS $files $HOMEreg/baseline_data/c192.lndincsoilnoahmp/$files | ||
| iret=$? | ||
| if [ $iret -ne 0 ]; then | ||
| test_failed=1 | ||
| fi | ||
| fi | ||
| done | ||
|
|
||
| set +x | ||
| if [ $test_failed -ne 0 ]; then | ||
| echo | ||
| echo "**********************************************" | ||
| echo "<<< C192 JEDI based LANDINC SOIL-NOAHMP CYCLE TEST FAILED. >>>" | ||
| echo "**********************************************" | ||
| if [ "$UPDATE_BASELINE" = "TRUE" ]; then | ||
| $BASE_GSM/reg_tests/update_baseline.sh $HOMEreg "c192.jedi_lndincsoilnoahmp" $commit_num | ||
| fi | ||
| else | ||
| echo | ||
| echo "*****************************************" | ||
| echo "<<< C192 JEDI based LANDINC SOIL-NOAHMP CYCLE TEST PASSED. >>>" | ||
| echo "*****************************************" | ||
| fi | ||
|
|
||
| exit | ||
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
|
GeorgeGayno-NOAA marked this conversation as resolved.
|
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.