Skip to content

Commit

Permalink
add RT for ocean IAU (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjpegion authored Mar 24, 2022
1 parent 75c3b0a commit e4060f9
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
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

0 comments on commit e4060f9

Please sign in to comment.