Skip to content

Commit

Permalink
Issue #2: remove incorrect "." from dbn_alert in exglobal_enkf_fcst_f…
Browse files Browse the repository at this point in the history
…v3gfs.sh.ecf
  • Loading branch information
RussTreadon-NOAA committed Aug 22, 2020
1 parent ca4b59c commit 6724c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_enkf_fcst_fv3gfs.sh.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ for imem in $(seq $ENSBEG $ENSEND); do
while [ $fhr -le $FHMAX ]; do
FH3=$(printf %03i $fhr)
if [ $(expr $fhr % 3) -eq 0 ]; then
$DBNROOT/bin/dbn_alert MODEL GFS_ENKF $job $COMOUT/$memchar/${CDUMP}.t${cyc}z.sfcf${FH3}.${GSUFFIX}
$DBNROOT/bin/dbn_alert MODEL GFS_ENKF $job $COMOUT/$memchar/${CDUMP}.t${cyc}z.sfcf${FH3}${GSUFFIX}
fi
fhr=$((fhr+FHOUT))
done
Expand Down

0 comments on commit 6724c13

Please sign in to comment.