Skip to content

Commit 8e9dd51

Browse files
update to add _00 minutes to end of mom6 output netcdf names
1 parent 7d56100 commit 8e9dd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ush/forecast_postdet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ MOM6_postdet() {
648648
if ((OFFSET_START_HOUR > 0)) && ((fhr == FHOUT_OCN)); then
649649
source_file="ocn_lead1_${vdate_mid:0:4}_${vdate_mid:4:2}_${vdate_mid:6:2}_${vdate_mid:8:2}.nc"
650650
else
651-
source_file="ocn_${vdate_mid:0:4}_${vdate_mid:4:2}_${vdate_mid:6:2}_${vdate_mid:8:2}.nc"
651+
source_file="ocn_${vdate_mid:0:4}_${vdate_mid:4:2}_${vdate_mid:6:2}_${vdate_mid:8:2}_00.nc"
652652
fi
653653
dest_file="${RUN}.t${cyc}z.${interval}hr_avg.f${fhr3}.nc"
654654
${NLN} "${COMOUT_OCEAN_HISTORY}/${dest_file}" "${DATAoutput}/MOM6_OUTPUT/${source_file}"

0 commit comments

Comments
 (0)