mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add summary only spe1 restart test
This commit is contained in:
parent
5af0b73e44
commit
6986b685bf
@ -940,6 +940,20 @@ add_test_compare_restarted_simulation(CASENAME msw_3d_hfa
|
|||||||
REL_TOL ${rel_tol_restart_msw}
|
REL_TOL ${rel_tol_restart_msw}
|
||||||
TEST_ARGS --enable-adaptive-time-stepping=false --sched-restart=true)
|
TEST_ARGS --enable-adaptive-time-stepping=false --sched-restart=true)
|
||||||
|
|
||||||
|
|
||||||
|
# Basic restart tests which only compare the summary output, this test driver should
|
||||||
|
# only be used in situations where it is challenging to get agreement in the restart file.
|
||||||
|
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-summary-restart-regressionTest.sh "")
|
||||||
|
|
||||||
|
add_test_compare_restarted_simulation(CASENAME spe1
|
||||||
|
FILENAME SPE1CASE2_ACTNUM
|
||||||
|
SIMULATOR flow
|
||||||
|
TEST_NAME restart_spe1_summary
|
||||||
|
ABS_TOL ${abs_tol_restart}
|
||||||
|
REL_TOL ${rel_tol_restart}
|
||||||
|
TEST_ARGS --sched-restart=false)
|
||||||
|
|
||||||
|
|
||||||
# PORV test
|
# PORV test
|
||||||
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-porv-acceptanceTest.sh "")
|
opm_set_test_driver(${PROJECT_SOURCE_DIR}/tests/run-porv-acceptanceTest.sh "")
|
||||||
add_test_compareECLFiles(CASENAME norne
|
add_test_compareECLFiles(CASENAME norne
|
||||||
|
Loading…
Reference in New Issue
Block a user