From bd00cb9812c5fb400ba4399d183b2198b8e80372 Mon Sep 17 00:00:00 2001 From: "Kate.Friedman" Date: Fri, 7 Feb 2020 13:41:05 +0000 Subject: [PATCH] Issue #4 - bug fix in getic.sh for v15 --- jobs/rocoto/getic.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jobs/rocoto/getic.sh b/jobs/rocoto/getic.sh index f4cb367e4a..2da15881cd 100755 --- a/jobs/rocoto/getic.sh +++ b/jobs/rocoto/getic.sh @@ -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