From cebba5c9f2400eff8c85da26b6c8059bf3277eec Mon Sep 17 00:00:00 2001 From: "fanglin.yang" Date: Thu, 10 May 2018 15:19:27 +0000 Subject: [PATCH] a minor fix to earc.sh --- jobs/rocoto/earc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/rocoto/earc.sh b/jobs/rocoto/earc.sh index 94187c06be..93acd99057 100755 --- a/jobs/rocoto/earc.sh +++ b/jobs/rocoto/earc.sh @@ -40,7 +40,7 @@ fi # EnKF update in GFS, GDAS or both CDUMP_ENKF=$(echo ${EUPD_CYC:-"gdas"} | tr a-z A-Z) -ARCH_LIST="$ROTDIR/enkf.${CDUMP}.$PDY/earc$ENSGRP" +ARCH_LIST="$ROTDIR/enkf.${CDUMP}.$PDY/$cyc/earc$ENSGRP" [[ -d $ARCH_LIST ]] && rm -rf $ARCH_LIST mkdir -p $ARCH_LIST cd $ARCH_LIST