Skip to content

Commit

Permalink
Missing warm start files for ATM
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Jun 14, 2024
1 parent d6c416e commit 9452bab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
12 changes: 10 additions & 2 deletions tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,12 @@ if [ $WARM_START = .false. ]; then
cp ${FV3_IC}/gfs_ctrl.nc ./INPUT
if [[ $BMIC == .true. ]]; then
cp ${MOM_IC}/MOM*.nc ./INPUT
cp ${ICE_IC}/cice5_model_@[ICERES].res_${SYEAR}${SMONTH}${SDAY}00.nc ./cice_model.res.nc
#cp ${ICE_IC}/cice5_model_@[ICERES].res_${SYEAR}${SMONTH}${SDAY}00.nc ./cice_model.res.nc
cp ${ICE_IC}/cice*nc ./INPUT
ls -1 ./INPUT/cice*nc>ice.restart_file
cp ${FV3_IC}/ufs.cpld.cpl*nc .
ls -1 ufs.cpld.cpl*nc>rpointer.cpl
cp ${WAV_IC}/restart.ww3 .
else
if [[ $ATMRES == C48 ]]; then
cp ${MOM_IC}/MOM.res.nc ./INPUT
Expand Down Expand Up @@ -162,9 +167,12 @@ else
cp ${FV3_IC}/gfs_ctrl.nc ./INPUT
cp ${FV3_IC}/gfs_data*.nc ./INPUT
cp ${FV3_IC}/sfc_data*.nc ./INPUT
#coupler.res fv_core.res.nc fv_core.res.tile[1-6].nc fv_srf_wnd.res.tile[1-6].nc fv_tracer.res.tile[1-6].nc
cp ${MOM_IC}/MOM*.nc ./INPUT
cp ${ICE_IC}/cice*nc .
cp ${ICE_IC}/cice*nc ./INPUT
ls -1 ./INPUT/cice*nc>ice.restart_file
cp ${FV3_IC}/ufs.cpld.cpl*nc .
ls -1 ufs.cpld.cpl*nc>rpointer.cpl
cp ${WAV_IC}/restart.ww3 .
else
# C48mx500 warm start from ICs
Expand Down
15 changes: 8 additions & 7 deletions tests/tests/cpld_bmark_p8
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,17 @@ export MOM6_FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc
export MOM6_RIVER_RUNOFF=True
#export MOM6_DIAG_COORD_DEF_Z_FILE=interpolate_zgrid_26L.nc

#Warm start
export RUNTYPE=continue
# ATM warm start
export WARM_START=.true.
export MAKE_NH=.false.
export NA_INIT=0
export EXTERNAL_IC=.false.
export NGGPS_IC=.false.
export MOUNTAIN=.true.
#export WARM_START=.true.
#export MAKE_NH=.false.
#export NA_INIT=0
#export EXTERNAL_IC=.false.
#export NGGPS_IC=.false.
#export MOUNTAIN=.true.
# ICE warm start
export CICE_RUNTYPE=continue
export RUNTYPE=continue
export CICE_USE_RESTART_TIME=.true.
# OCN warm start
export MOM6_RESTART_SETTING=r
Expand Down

0 comments on commit 9452bab

Please sign in to comment.