mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
63cbd2adce
commit
efc3df9fbe
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user