Skip to content

Commit

Permalink
Issue #4 - bug fix in getic.sh for v15
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Feb 7, 2020
1 parent 1c85197 commit bd00cb9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jobs/rocoto/getic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,11 @@ if [ $ics_from = "opsgfs" ]; then
fi

# Move the files to legacy EMC filenames
for i in `seq 1 $nfanal`; do
$NMV ${fanal[i]} ${ftanal[i]}
done
if [ $CDATE -le "2019061118" ]; then #GFSv14
for i in `seq 1 $nfanal`; do
$NMV ${fanal[i]} ${flanal[i]}
done
fi

fi

Expand Down

0 comments on commit bd00cb9

Please sign in to comment.