mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
update update_reference_data.sh to also update the flow_ebos reference solutions
maybe this even works.
This commit is contained in:
parent
297dd97c74
commit
0b84a89a1d
@ -42,6 +42,12 @@ for test_name in ${tests}; do
|
||||
|
||||
if grep -q "spe12" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_ebos+spe1/ \
|
||||
$OPM_DATA_ROOT/spe1/opm-simulation-reference/flow_ebos \
|
||||
SPE1CASE2 \
|
||||
EGRID INIT SMSPEC UNRST UNSMRY
|
||||
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_legacy+spe1/ \
|
||||
$OPM_DATA_ROOT/spe1/opm-simulation-reference/flow_legacy \
|
||||
@ -60,6 +66,12 @@ for test_name in ${tests}; do
|
||||
|
||||
if grep -q "spe3" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_ebos+spe3/ \
|
||||
$OPM_DATA_ROOT/spe3/opm-simulation-reference/flow_ebos \
|
||||
SPE3CASE1 \
|
||||
EGRID INIT PRT SMSPEC UNRST UNSMRY
|
||||
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_legacy+spe3/ \
|
||||
$OPM_DATA_ROOT/spe3/opm-simulation-reference/flow_legacy \
|
||||
@ -70,6 +82,12 @@ for test_name in ${tests}; do
|
||||
if grep -q "spe9" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_ebos+spe9/ \
|
||||
$OPM_DATA_ROOT/spe9/opm-simulation-reference/flow_ebos \
|
||||
SPE9_CP_SHORT \
|
||||
EGRID INIT PRT SMSPEC UNRST UNSMRY
|
||||
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_legacy+spe9/ \
|
||||
$OPM_DATA_ROOT/spe9/opm-simulation-reference/flow_legacy \
|
||||
SPE9_CP_SHORT \
|
||||
@ -78,6 +96,12 @@ for test_name in ${tests}; do
|
||||
|
||||
if grep -q "norne_init" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/init/flow_ebos+norne/ \
|
||||
$OPM_DATA_ROOT/norne/opm-simulation-reference/flow_ebos \
|
||||
NORNE_ATW2013 \
|
||||
EGRID INIT
|
||||
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/init/flow_legacy+norne/ \
|
||||
$OPM_DATA_ROOT/norne/opm-simulation-reference/flow_legacy \
|
||||
@ -87,6 +111,12 @@ for test_name in ${tests}; do
|
||||
|
||||
if grep -q "norne_full" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
deps/opm-data/norne/flow_ebos/ \
|
||||
$OPM_DATA_ROOT/norne/opm-simulation-reference/flow_ebos \
|
||||
NORNE_ATW2013 \
|
||||
UNSMRY
|
||||
|
||||
copyToReferenceDir \
|
||||
deps/opm-data/norne/flow_legacy/ \
|
||||
$OPM_DATA_ROOT/norne/opm-simulation-reference/flow_legacy \
|
||||
|
Loading…
Reference in New Issue
Block a user