From 33042a6f751a4445dec7f7b0c26976281ab18d3d Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 15 Mar 2017 11:25:44 +0100 Subject: [PATCH] added: generate a plot without ecl reference for norne runs sometimes it is easier to compare without the extra data in the graphs --- jenkins/run-norne.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkins/run-norne.sh b/jenkins/run-norne.sh index dbc26f303..56ff19404 100755 --- a/jenkins/run-norne.sh +++ b/jenkins/run-norne.sh @@ -9,6 +9,7 @@ cd norne mkdir $SIM $WORKSPACE/$configuration/build-opm-simulators/bin/$SIM deck_filename=NORNE_ATW2013.DATA output_dir=$SIM test $? -eq 0 || exit 1 -./plotwells.sh $WORKSPACE/$configuration/install/bin +./plotwells.sh $WORKSPACE/$configuration/install/bin "ECL.2014.2 opm-simulation-reference" norne-wells +./plotwells.sh $WORKSPACE/$configuration/install/bin "opm-simulation-reference" norne-wells-noecl popd