Skip to content

Commit

Permalink
Issue #1: correct typo in scripts/exwave_prep.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Jun 8, 2020
1 parent 5a8b8f2 commit 9f2e4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exwave_prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
RSTOFFSET=$(( ${RSTOFFSET} + ${RSTIOFF_WAV} ))
ymdh_rst_ini=`$NDATE ${RSTOFFSET} $YMDH`
RST2OFFSET=$(( DT_2_RST_WAV / 3600 ))
ymdh_rst2_ini=`$NDATE ${RST2OFFSET} $ymdh_rst_ini` # DT2 relative to first-first-cycle restart file
ymdh_rst2_ini=`$NDATE ${RST2OFFSET} $YMDH` # DT2 relative to first-first-cycle restart file
# First restart file for cycling
time_rst_ini="`echo $ymdh_rst_ini | cut -c1-8` `echo $ymdh_rst_ini | cut -c9-10`0000"
if [ ${DT_1_RST_WAV} = 1 ]; then
Expand Down

0 comments on commit 9f2e4ec

Please sign in to comment.