Skip to content

Commit

Permalink
a minor fix to earc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfanglin committed May 10, 2018
1 parent 9c00c0d commit cebba5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/rocoto/earc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cebba5c

Please sign in to comment.