-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 2 new tests for DATM-MOM6-CICE6 application (#332)
* Add the following 2 tests: datm_restart_cfsr, datm_debug_cfsr * Add wcoss_dell_p3.log. * Add Hera log, Orion log, wcoss_dell_p3 log.
- Loading branch information
Showing
11 changed files
with
479 additions
and
292 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# DATM_MOM6_CICE_CMEPS_CFSR debug test | ||
# | ||
|
||
export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - debug test " | ||
|
||
export CNTL_DIR="datm_debug_cfsr" | ||
|
||
export LIST_FILES="RESTART/MOM.res.nc \ | ||
RESTART/iced.2011-10-01-21600.nc \ | ||
RESTART/DATM_CFSR.cpl.r.2011-10-01-21600.nc" | ||
|
||
export_datm | ||
export DATM_SRC="CFSR" | ||
export FILENAME_BASE='cfsr.' | ||
export IATM=1760 | ||
export JATM=880 | ||
export DAYS="0.25" | ||
export FHMAX="6" | ||
export RESTART_N=${FHMAX} | ||
export FV3_RUN=cpld_datm_cfsr.IN |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# DATM_MOM6_CICE_CMEPS_CFSR restart test | ||
# | ||
|
||
export TEST_DESCR="DATM-MOM6-CICE-CMEPS_CFSR - restart test " | ||
|
||
export CNTL_DIR="datm_control_cfsr" | ||
|
||
export LIST_FILES="RESTART/MOM.res.nc \ | ||
RESTART/iced.2011-10-02-00000.nc \ | ||
RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc" | ||
|
||
export_datm | ||
export DATM_SRC="CFSR" | ||
export FILENAME_BASE='cfsr.' | ||
export IATM=1760 | ||
export JATM=880 | ||
export DAYS="1" | ||
export FHMAX="24" | ||
export FHROT="12" | ||
export WARM_START='.T.' | ||
export RESTART_N=$((FHMAX-$FHROT)) | ||
export RUNTYPE='continue' | ||
export USE_RESTART_TIME='.true.' | ||
export MOM6_RESTART_SETTING="r" | ||
export FV3_RUN=cpld_datm_cfsr.IN |