Reduce Timestep for Certain Sensitive Tests

This increases the cost of those tests, but in return we get
improved determinism and stability of the tests.
This commit is contained in:
Bård Skaflestad 2023-11-20 20:46:46 +01:00
parent b08bc029e6
commit 6f64388f1e
2 changed files with 8 additions and 5 deletions

View File

@ -203,4 +203,4 @@ add_test_compare_parallel_simulation(CASENAME rxft
ABS_TOL ${abs_tol_parallel}
REL_TOL 1.0e-3
DIR rxft_smry
TEST_ARGS --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)
TEST_ARGS --enable-tuning=true --linear-solver-reduction=1e-7 --tolerance-cnv=5e-6 --tolerance-mb=1e-8 --ecl-enable-drift-compensation=false)

View File

@ -285,7 +285,7 @@ add_test_compareECLFiles(CASENAME polymer_oilwater
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
TEST_ARGS --tolerance-mb=1.e-7)
TEST_ARGS --solver-max-time-step-in-days=10 --tolerance-mb=1.e-7)
add_test_compareECLFiles(CASENAME polymer_injectivity
FILENAME 2D_POLYMER_INJECTIVITY
@ -439,7 +439,8 @@ add_test_compareECLFiles(CASENAME udq_actionx
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR udq_actionx)
DIR udq_actionx
TEST_ARGS --solver-max-time-step-in-days=5)
add_test_compareECLFiles(CASENAME udq_wconprod
FILENAME UDQ_WCONPROD
@ -1221,7 +1222,8 @@ add_test_compareECLFiles(CASENAME rxft_smry
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR rxft_smry )
DIR rxft_smry
TEST_ARGS --enable-tuning=true)
add_test_compareECLFiles(CASENAME bo_diffusion
FILENAME BO_DIFFUSE_CASE1
@ -1242,7 +1244,8 @@ add_test_compareECLFiles(CASENAME actionx_wpimult
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR actionx)
DIR actionx
TEST_ARGS --enable-tuning=true)
add_test_compareECLFiles(CASENAME wvfpexp_02
FILENAME WVFPEXP-02