mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-24 10:10:18 -06:00
setting 10-day maximum time step for two regressiong tests
3_MULTFLT_MODEL2 and 4_MINPVV_MODEL2. Hopefully the tests will be more stable and serve better as regression tests.
This commit is contained in:
parent
50fb7b38cf
commit
8bc88ec80b
@ -596,7 +596,8 @@ add_test_compareECLFiles(CASENAME multflt_model2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
DIR model2
|
||||
TEST_ARGS --solver-max-time-step-in-days=10)
|
||||
|
||||
add_test_compareECLFiles(CASENAME multflt_sched_model2
|
||||
FILENAME 3_A_MPI_MULTFLT_SCHED_MODEL2
|
||||
@ -610,7 +611,8 @@ add_test_compareECLFiles(CASENAME multpvv_model2
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
DIR model2
|
||||
TEST_ARGS --solver-max-time-step-in-days=10)
|
||||
|
||||
add_test_compareECLFiles(CASENAME swatinit_model2
|
||||
FILENAME 5_SWATINIT_MODEL2
|
||||
|
Loading…
Reference in New Issue
Block a user