-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a new CDEPS test to use GSFv16 data mode in CDEPS ,update rt_week…
…ly.conf and update MOM6 to main branch (20211220) (#976) * add a new cdeps test using GFS data mode * update rt_weekly.conf to include cpld_bmark_p7_35d tests * update MOM6 Co-authored-by: jiandewang <jiande.wang@noaa.gov>
- Loading branch information
1 parent
e9155a9
commit 629be05
Showing
15 changed files
with
1,970 additions
and
1,833 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
Submodule MOM6
updated
6 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# | ||
# DATM_CDEPS_MOM6_CICE_CMEPS_CFSR_3072x1536 test | ||
# | ||
|
||
export TEST_DESCR="DATM_CDEPS-MOM6-CICE-CMEPS_CFSR_3072x1536 - control " | ||
|
||
export CNTL_DIR="datm_cdeps_3072x1536_cfsr" | ||
|
||
export LIST_FILES="RESTART/MOM.res.nc \ | ||
RESTART/iced.2011-10-02-00000.nc \ | ||
RESTART/DATM_CFSR3072x1536.cpl.r.2011-10-02-00000.nc" | ||
|
||
export_datm_cdeps | ||
export DATM_SRC="CFSR3072x1536" | ||
export FILENAME_BASE='cfsr.' | ||
export WLCLK=15 | ||
export IATM=3072 | ||
export JATM=1536 | ||
export ATM_NX_GLB=$IATM | ||
export ATM_NY_GLB=$JATM | ||
export ATMRES=3072x1536 | ||
export mesh_file=gfs_mesh.nc | ||
export MESH_ATM=DATM_INPUT/${mesh_file} | ||
export atm_datamode=GFS | ||
export RESTART_N=12 | ||
export stream_files="DATM_INPUT/cfsr.2011100100_3072x1536.nc DATM_INPUT/cfsr.2011100106_3072x1536.nc DATM_INPUT/cfsr.2011100112_3072x1536.nc DATM_INPUT/cfsr.2011100118_3072x1536.nc DATM_INPUT/cfsr.2011100200_3072x1536.nc" | ||
export eps_imesh='2.5e-1' | ||
export FV3_RUN=cpld_datm_cdeps.IN |