allow specifying base directories for plot

also allow specifying output filename
This commit is contained in:
Arne Morten Kvarving 2017-03-15 11:24:46 +01:00
parent 49e63e83a7
commit ceda6a728f

View File

@ -4,8 +4,10 @@
# this requires the summary.x binary from ert (if not in search PATH)
SUMMARY_X=$1/summary.x
OUTPUT=norne-wells
DIRS="ECL.2014.2 opm-simulation-reference"
DIRS="$2"
test -z $DIRS && DIRS="ECL.2014.2 opm-simulation-reference"
OUTPUT=$3
test -z $OUTPUT && OUTPUT=norne-wells
DECK=NORNE_ATW2013
test -d flow && DIRS="$DIRS flow"