From 4980e4e4a21654d446a986a40d494aab297894dc Mon Sep 17 00:00:00 2001 From: NeilBarton-NOAA Date: Fri, 10 Feb 2023 20:37:44 +0000 Subject: [PATCH] fix name of MOM6 n restarts for future cycle points --- ush/forecast_postdet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index f0f9285477..6342b4ccba 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -905,7 +905,7 @@ MOM6_postdet() { case ${OCNRES} in "025") for nn in $(seq 1 4); do - $NLN "${COMOUTocean}/RESTART/${idate:0:8}.${idate:8:2}0000.MOM.res_${nn}.nc" "${DATA}/MOM6_RESTART/MOM.res_${nn}.${idatestr}-00-00.nc" + $NLN "${COMOUTocean}/RESTART/${idate:0:8}.${idate:8:2}0000.MOM.res_${nn}.nc" "${DATA}/MOM6_RESTART/MOM.res.${idatestr}-00-00_${nn}.nc" done ;; esac