opm-simulators/jenkins/run-norne.sh
Arne Morten Kvarving 7f247c1cc9 fixup norne script
2017-03-20 20:02:30 +01:00

16 lines
448 B
Bash
Executable File

#!/bin/bash
pushd .
cd deps/opm-data
test -z $SIM && SIM=flow_legacy
# Run the norne case
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 "ECL.2014.2 opm-simulation-reference" norne-wells
./plotwells.sh $WORKSPACE/$configuration/install/bin "opm-simulation-reference" norne-wells-noecl
popd