Skip to content

Commit

Permalink
Replace flow_ebos with flow.
Browse files Browse the repository at this point in the history
Should fix issue with missing curves for Norne runs on Jenkins.
  • Loading branch information
atgeirr committed Mar 5, 2018
1 parent b559955 commit 4acef48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion norne/plotwells.sh
Expand Up @@ -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"
Expand Down

0 comments on commit 4acef48

Please sign in to comment.