opm-simulators/jenkins/run-norne.sh

13 lines
251 B
Bash
Raw Normal View History

#!/bin/bash
pushd .
cd deps/opm-data
# Run the norne case
cd norne
2016-04-08 07:58:07 -05:00
$WORKSPACE/serial/build-opm-simulators/bin/flow deck_filename=NORNE_ATW2013.DATA output_dir=OPM
test $? -eq 0 || exit 1
PATH=$WORKSPACE/serial/install/bin:$PATH ./plotwells.sh
popd