mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5913 from bska/udq-regression-tests
Add Regression/Restart Tests for Recent UDQ Work
This commit is contained in:
commit
6b5097ce63
@ -631,6 +631,16 @@ add_test_compareECLFiles(CASENAME reg_smry_in_fld_udq
|
|||||||
DIR udq_actionx
|
DIR udq_actionx
|
||||||
TEST_ARGS --enable-tuning=true)
|
TEST_ARGS --enable-tuning=true)
|
||||||
|
|
||||||
|
# UDQ ASSIGN for subsets of group level UDQs. Updates triggered from
|
||||||
|
# ACTIONX blocks.
|
||||||
|
add_test_compareECLFiles(CASENAME group_udq
|
||||||
|
FILENAME UDQ_GRP-01
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol}
|
||||||
|
REL_TOL ${rel_tol}
|
||||||
|
DIR udq_actionx
|
||||||
|
TEST_ARGS --solver-max-time-step-in-days=0.25)
|
||||||
|
|
||||||
add_test_compareECLFiles(CASENAME udq_undefined_2
|
add_test_compareECLFiles(CASENAME udq_undefined_2
|
||||||
FILENAME UDQ-01
|
FILENAME UDQ-01
|
||||||
SIMULATOR flow
|
SIMULATOR flow
|
||||||
|
@ -92,6 +92,19 @@ add_test_compare_restarted_simulation(CASENAME network_01_reroute_restart
|
|||||||
DIR network
|
DIR network
|
||||||
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
|
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
|
||||||
|
|
||||||
|
# Restart run in which a UDQ defining expression has exactly 128
|
||||||
|
# characters. Verifies that we don't overflow the ZUDL character
|
||||||
|
# limit in restart files.
|
||||||
|
add_test_compare_restarted_simulation(CASENAME udq_reg_02
|
||||||
|
FILENAME UDQ_REG-02
|
||||||
|
SIMULATOR flow
|
||||||
|
ABS_TOL ${abs_tol_restart}
|
||||||
|
REL_TOL ${rel_tol_restart}
|
||||||
|
RESTART_STEP 2
|
||||||
|
DIR udq_actionx
|
||||||
|
TEST_ARGS --enable-tuning=true
|
||||||
|
)
|
||||||
|
|
||||||
# The dynamic MSW data is not written to /read from the restart file
|
# The dynamic MSW data is not written to /read from the restart file
|
||||||
# We therefore accept significant deviation in the results.
|
# We therefore accept significant deviation in the results.
|
||||||
# Note also that we use --sched-restart=true since some necessary
|
# Note also that we use --sched-restart=true since some necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user