mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
fixed: paths in data update script
forgot to update these in https://github.com/OPM/opm-simulators/pull/1096
This commit is contained in:
@@ -43,7 +43,7 @@ for test_name in ${tests}; do
|
||||
if grep -q "spe12" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow+spe1/ \
|
||||
$configuration/build-opm-simulators/tests/results/flow_legacy+spe1/ \
|
||||
$OPM_DATA_ROOT/spe1/opm-simulation-reference/ \
|
||||
SPE1CASE2 \
|
||||
EGRID INIT SMSPEC UNRST UNSMRY
|
||||
@@ -61,7 +61,7 @@ for test_name in ${tests}; do
|
||||
if grep -q "spe3" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow+spe3/ \
|
||||
$configuration/build-opm-simulators/tests/results/flow_legacy+spe3/ \
|
||||
$OPM_DATA_ROOT/spe3/opm-simulation-reference/ \
|
||||
SPE3CASE1 \
|
||||
EGRID INIT PRT SMSPEC UNRST UNSMRY
|
||||
@@ -70,7 +70,7 @@ for test_name in ${tests}; do
|
||||
if grep -q "spe9" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow+spe9/ \
|
||||
$configuration/build-opm-simulators/tests/results/flow_legacy+spe9/ \
|
||||
$OPM_DATA_ROOT/spe9/opm-simulation-reference/ \
|
||||
SPE9_CP_SHORT \
|
||||
EGRID INIT PRT SMSPEC UNRST UNSMRY
|
||||
@@ -79,7 +79,7 @@ for test_name in ${tests}; do
|
||||
if grep -q "norne_init" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/init/flow+norne/ \
|
||||
$configuration/build-opm-simulators/tests/results/init/flow_legacy+norne/ \
|
||||
$OPM_DATA_ROOT/norne/opm-simulation-reference/ \
|
||||
NORNE_ATW2013 \
|
||||
EGRID INIT
|
||||
@@ -88,7 +88,7 @@ for test_name in ${tests}; do
|
||||
if grep -q "norne_full" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
deps/opm-data/norne/flow/ \
|
||||
deps/opm-data/norne/flow_legacy/ \
|
||||
$OPM_DATA_ROOT/norne/opm-simulation-reference/ \
|
||||
NORNE_ATW2013 \
|
||||
UNSMRY
|
||||
|
||||
Reference in New Issue
Block a user