mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 16:00:01 -06:00
Run ACTIONX_M1 With Shorter Time Steps
Needed for increased determinism in sensitive test (WBHP trigger).
This commit is contained in:
parent
abfb5c9d82
commit
a2fa381877
@ -171,7 +171,7 @@ add_test_compare_parallel_simulation(CASENAME actionx_m1
|
||||
ABS_TOL ${abs_tol_parallel}
|
||||
REL_TOL ${coarse_rel_tol_parallel}
|
||||
DIR udq_actionx
|
||||
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
||||
TEST_ARGS --solver-max-time-step-in-days=0.2 --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-6)
|
||||
|
||||
add_test_compare_parallel_simulation(CASENAME winjmult_msw
|
||||
FILENAME WINJMULT_MSW
|
||||
|
@ -430,7 +430,7 @@ add_test_compareECLFiles(CASENAME actionx_m1
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR udq_actionx
|
||||
TEST_ARGS --solver-max-time-step-in-days=1)
|
||||
TEST_ARGS --solver-max-time-step-in-days=0.2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME pinch_multz_all
|
||||
FILENAME PINCH_MULTZ_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user