Skip to content

Commit 36b341e

Browse files
committed
Adding tests
1 parent c9cc261 commit 36b341e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

restartTests.cmake

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,24 @@ add_test_compare_restarted_simulation(CASENAME aquflux_02
7474
DIR aquifers
7575
TEST_ARGS --enable-tuning=true)
7676

77+
add_test_compare_restarted_simulation(CASENAME network_01_restart
78+
FILENAME NETWORK-01-RESTART
79+
SIMULATOR flow
80+
ABS_TOL ${abs_tol_restart}
81+
REL_TOL ${rel_tol_restart}
82+
RESTART_STEP 5
83+
DIR network
84+
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
85+
86+
add_test_compare_restarted_simulation(CASENAME network_01_reroute_restart
87+
FILENAME NETWORK-01-REROUTE-RESTART
88+
SIMULATOR flow
89+
ABS_TOL ${abs_tol_restart}
90+
REL_TOL ${rel_tol_restart}
91+
RESTART_STEP 5
92+
DIR network
93+
TEST_ARGS --enable-tuning=true --local-well-solve-control-switching=true)
94+
7795
# The dynamic MSW data is not written to /read from the restart file
7896
# We therefore accept significant deviation in the results.
7997
# Note also that we use --sched-restart=true since some necessary

0 commit comments

Comments
 (0)