mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -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})
|
||||
endforeach()
|
||||
|
||||
# TODO: move to flow
|
||||
add_test_compareECLFiles(CASENAME spe5
|
||||
FILENAME SPE5CASE1
|
||||
SIMULATOR flow_solvent
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${coarse_rel_tol}
|
||||
TEST_ARGS max_iter=13)
|
||||
|
@ -112,8 +112,8 @@ for test_name in ${tests}; do
|
||||
if grep -q "spe5" <<< $test_name
|
||||
then
|
||||
copyToReferenceDir \
|
||||
$configuration/build-opm-simulators/tests/results/flow_solvent+spe5/ \
|
||||
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow_solvent \
|
||||
$configuration/build-opm-simulators/tests/results/flow+spe5/ \
|
||||
$OPM_DATA_ROOT/spe5/opm-simulation-reference/flow \
|
||||
SPE5CASE1 \
|
||||
EGRID INIT SMSPEC UNRST UNSMRY
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user