Skip to content

Commit

Permalink
VLab Issue #71995 - GFSv15.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 4, 2019
1 parent f95a570 commit 3bd742d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/syndat_qctropcy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ then
if [ "$copy_back" = 'YES' -a ${envir} = 'prod' ]; then
if [ -s $HOMENHC/tcvitals ]; then
cp nhc $HOMENHC/tcvitals
elif [-s $HOMENHCp1/tcvitals ]; then
elif [ -s $HOMENHCp1/tcvitals ]; then
cp nhc $HOMENHCp1/tcvitals
fi

Expand Down

0 comments on commit 3bd742d

Please sign in to comment.