mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move spe5 test to flow
This commit is contained in:
parent
55538f23c4
commit
c0a1c7fffb
@ -180,10 +180,9 @@ foreach(SIM flow flow_polymer)
|
|||||||
REL_TOL ${rel_tol})
|
REL_TOL ${rel_tol})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# TODO: move to flow
|
|
||||||
add_test_compareECLFiles(CASENAME spe5
|
add_test_compareECLFiles(CASENAME spe5
|
||||||
FILENAME SPE5CASE1
|
FILENAME SPE5CASE1
|
||||||
SIMULATOR flow_solvent
|
SIMULATOR flow
|
||||||
ABS_TOL ${abs_tol}
|
ABS_TOL ${abs_tol}
|
||||||
REL_TOL ${coarse_rel_tol}
|
REL_TOL ${coarse_rel_tol}
|
||||||
TEST_ARGS max_iter=13)
|
TEST_ARGS max_iter=13)
|
||||||
|
@ -112,8 +112,8 @@ for test_name in ${tests}; do
|
|||||||
if grep -q "spe5" <<< $test_name
|
if grep -q "spe5" <<< $test_name
|
||||||
then
|
then
|
||||||
copyToReferenceDir \
|
copyToReferenceDir \
|
||||||
$configuration/build-opm-simulators/tests/results/flow_solvent+spe5/ \
|
$configuration/build-opm-simulators/tests/results/flow+spe5/ \
|
||||||
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow_solvent \
|
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow \
|
||||||
SPE5CASE1 \
|
SPE5CASE1 \
|
||||||
EGRID INIT SMSPEC UNRST UNSMRY
|
EGRID INIT SMSPEC UNRST UNSMRY
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user