Skip to content

Commit

Permalink
Fix typo in cice history filename
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul authored Oct 4, 2023
1 parent d50938b commit e4a6c35
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 @@ -962,7 +962,7 @@ CICE_postdet() {
seconds=$(to_seconds "${vdate:8:2}0000") # convert HHMMSS to seconds
vdatestr="${vdate:0:4}-${vdate:4:2}-${vdate:6:2}-${seconds}"
fhr3=$(printf %03i "${fhr}")
${NLN} "${COM_ICE_HISTORY}/${RUN}.t${cyc}z.icef${fhr3}.nc" "${DATA}/CICE_OUTPUT/iceh_inst.-${vdatestr}.nc"
${NLN} "${COM_ICE_HISTORY}/${RUN}.t${cyc}z.icef${fhr3}.nc" "${DATA}/CICE_OUTPUT/iceh_inst.${vdatestr}.nc"
fhr=$((fhr + FHOUT))
done

Expand Down

0 comments on commit e4a6c35

Please sign in to comment.