Replace flow_ebos with flow.

Should fix issue with missing curves for Norne runs on Jenkins.
This commit is contained in:
Atgeirr Flø Rasmussen 2018-03-05 10:03:42 +01:00
parent b559955c00
commit 4acef48e5a

View File

@ -11,7 +11,7 @@ test -z "$OUTPUT" && OUTPUT=norne-wells
DECK=NORNE_ATW2013
test -d flow_legacy && DIRS="$DIRS flow_legacy"
test -d flow_ebos && DIRS="$DIRS flow_ebos"
test -d flow && DIRS="$DIRS flow"
# if empty all options will be plotted
OPTS="WBHP WOPR WGPR WWPR"