Skip to content
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

add RT for ocean IAU #21

Merged
merged 1 commit into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/fv3_conf/cpld_datm_cdeps.IN
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ if [ $WARM_START = .false. ]; then
else
cp @[INPUTDATA_ROOT]/MOM6_IC/@[OCNRES]/2011100100/MOM6_IC_TS*.nc ./INPUT/MOM6_IC_TS.nc
cp @[INPUTDATA_ROOT]/CICE_IC/@[OCNRES]/cice_model_@[ICERES].cpc.res_2011100100.nc cice_model.res.nc
if [[ $MOM_IAU == 'True' ]];then
cp @[INPUTDATA_ROOT]/MOM6_IC/@[OCNRES]/2011100100/mom6_increment.nc ./INPUT/mom6_increment.nc
fi
fi
else
# warm start
Expand Down
1 change: 1 addition & 0 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ COMPILE | -DAPP=NG-GODAS
RUN | datm_cdeps_control_cfsr | - wcoss_cray | fv3 |
RUN | datm_cdeps_restart_cfsr | - wcoss_cray | | datm_cdeps_control_cfsr
RUN | datm_cdeps_control_gefs | - wcoss_cray | fv3 |
RUN | datm_cdeps_iau_gefs | - wcoss_cray | fv3 |
RUN | datm_cdeps_stochy_gefs | - wcoss_cray | fv3 |

RUN | datm_cdeps_bulk_cfsr | - wcoss_cray | fv3 |
Expand Down
30 changes: 30 additions & 0 deletions tests/tests/datm_cdeps_iau_gefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
#
# DATM_CDEPS_MOM6_CICE_CMEPS_GEFS test
#

export TEST_DESCR="DATM_CDEPS-MOM6-CICE-CMEPS_GEFS - iau"

export CNTL_DIR="datm_cdeps_iau_gefs"

export LIST_FILES="RESTART/MOM.res.nc \
RESTART/iced.2011-10-02-00000.nc \
RESTART/DATM_GEFS.cpl.r.2011-10-02-00000.nc"

export_datm_cdeps
export atm_datamode="GEFS"

# atm configure
export MOM_IAU="True"
export IATM=1536
export JATM=768
export ATM_NX_GLB=$IATM
export ATM_NY_GLB=$JATM
export ATMRES='1536x768'
export DATM_SRC="GEFS"
export FILENAME_BASE='gefs.'
export mesh_file="gefs_mesh.nc"
export MESH_ATM="DATM_INPUT/${mesh_file}"
export stream_files="DATM_INPUT/${FILENAME_BASE}201110.nc"
export RESTART_N=12
export eps_imesh='2.5e-1'
export FV3_RUN=cpld_datm_cdeps.IN