forked from ufs-community/ufs-weather-model
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a cdeps test using c-grid for CICE6 (#27)
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 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
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,24 @@ | ||
# | ||
# DATM_CDEPS_MOM6_CICE_CMEPS_CFSR test | ||
# | ||
|
||
export TEST_DESCR="DATM_CDEPS-MOM6-CICE-CMEPS_CFSR - CICE-C-grid" | ||
|
||
export CNTL_DIR="datm_cdeps_ciceC_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_cdeps | ||
export DATM_SRC="CFSR" | ||
export FILENAME_BASE='cfsr.' | ||
export IATM=1760 | ||
export JATM=880 | ||
export RESTART_N=12 | ||
export eps_imesh='2.5e-1' | ||
export TOPOEDITS=ufs.topo_edits_011818.nc | ||
export MOM6_ALLOW_LANDMASK_CHANGES=True | ||
export GRIDICE=C | ||
|
||
export FV3_RUN=cpld_datm_cdeps.IN |