Skip to content

Commit

Permalink
add a cdeps test using c-grid for CICE6 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
binli2337 authored Aug 29, 2022
1 parent 83edc46 commit ec289bb
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ RUN | datm_cdeps_restart_cfsr
RUN | datm_cdeps_control_gefs | - wcoss2.intel | fv3 |
RUN | datm_cdeps_iau_gefs | - wcoss2.intel | fv3 |
RUN | datm_cdeps_stochy_gefs | - wcoss2.intel | fv3 |
RUN | datm_cdeps_ciceC_cfsr | - wcoss2.intel | fv3 |

RUN | datm_cdeps_bulk_cfsr | - wcoss2.intel | fv3 |
RUN | datm_cdeps_bulk_gefs | - wcoss2.intel | fv3 |
Expand Down
24 changes: 24 additions & 0 deletions tests/tests/datm_cdeps_ciceC_cfsr
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

0 comments on commit ec289bb

Please sign in to comment.