Skip to content

Commit

Permalink
Fix name of MOM6 n restarts for future cycle points (#1307)
Browse files Browse the repository at this point in the history
Script fix for C384 O0.25 3DVAR cycling. Original scripts had wrong naming structure for MOM *res${n}.nc restart files.

Refs: #947, #1289
  • Loading branch information
NeilBarton-NOAA authored Feb 10, 2023
1 parent d8c1bd5 commit cc54b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/forecast_postdet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc54b8c

Please sign in to comment.