Activate Regression Tests for Region Vectors in Field UDQs

This commit adds sequential and parallel regression tests for the
UDQ_REG-01 example model which uses region-level summary vectors in
field-level UDQs.  Restarted tests are missing at this time.
This commit is contained in:
Bård Skaflestad 2024-04-08 16:57:20 +02:00
parent 63cbd2adce
commit efc3df9fbe
2 changed files with 16 additions and 0 deletions

View File

@ -173,6 +173,14 @@ add_test_compare_parallel_simulation(CASENAME actionx_m1
DIR udq_actionx
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 reg_smry_in_fld_udq
FILENAME UDQ_REG-01
SIMULATOR flow
ABS_TOL ${abs_tol_parallel}
REL_TOL ${coarse_rel_tol_parallel}
DIR udq_actionx
TEST_ARGS --enable-tuning=true)
add_test_compare_parallel_simulation(CASENAME winjmult_msw
FILENAME WINJMULT_MSW
SIMULATOR flow

View File

@ -570,6 +570,14 @@ add_test_compareECLFiles(CASENAME udq_in_actionx
REL_TOL ${rel_tol}
DIR udq_actionx)
add_test_compareECLFiles(CASENAME reg_smry_in_fld_udq
FILENAME UDQ_REG-01
SIMULATOR flow
ABS_TOL ${abs_tol}
REL_TOL ${rel_tol}
DIR udq_actionx
TEST_ARGS --enable-tuning=true)
add_test_compareECLFiles(CASENAME cskin-01
FILENAME CSKIN-01
SIMULATOR flow