diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index 312b5c9d52..85f2233827 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -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 @@ -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 diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 77b11dad5b..6bdb7b2e6c 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -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