Skip to content

Commit

Permalink
Post-implementation fix in ush/wave_outp_spec.sh
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/release/gfsv16.0.0' into release/gfsv16.0.0_to_ops

* origin/release/gfsv16.0.0:
  Fix cycle date in bull and cbull wave files

Refs: #1
  • Loading branch information
KateFriedman-NOAA committed Mar 25, 2021
2 parents de7b54e + fb6a6e3 commit 54cb17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/wave_outp_spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
if [ "$specdir" = "bull" ]
then
tstart="`echo $ymdh | cut -c1-8` `echo $ymdh | cut -c9-10`0000"
truntime="`echo $CDATE | cut -c1-8` `echo $YMDH | cut -c9-10`0000"
truntime="`echo $CDATE | cut -c1-8` `echo $CDATE | cut -c9-10`0000"
sed -e "s/TIME/$tstart/g" \
-e "s/DT/$dtspec/g" \
-e "s/POINT/$point/g" \
Expand Down

0 comments on commit 54cb17c

Please sign in to comment.