File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments