From 4acef48e5a76b96886791230b83003259de0691a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 5 Mar 2018 10:03:42 +0100 Subject: [PATCH] Replace flow_ebos with flow. Should fix issue with missing curves for Norne runs on Jenkins. --- norne/plotwells.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/norne/plotwells.sh b/norne/plotwells.sh index 3c85343..bc60767 100755 --- a/norne/plotwells.sh +++ b/norne/plotwells.sh @@ -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"