Skip to content

Commit 7d8c7b8

Browse files
committed
do not check on input data existence for timeseries, when it depends on another job
1 parent 53af11d commit 7d8c7b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/ts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ then
7979
else
8080
INDATA=`eval echo ${ECE3_POSTPROC_POSTDIR}`/mon
8181
fi
82-
[[ ! -d $INDATA ]] && echo "*EE* Experiment HiresClim2 output dir $INDATA does not exist!" && exit 1
82+
[[ -z $dependency ]] && [[ ! -d $INDATA ]] && echo "*EE* Experiment HiresClim2 output dir $INDATA does not exist!" && exit 1
8383

8484

8585
# -- check previously computed TS

0 commit comments

Comments
 (0)