TUFLOW crashing: Difference between revisions
Content deleted Content added
Line 17:
Should the cause for the crash not be due to the network failure, then please contact support@tuflow.com, attaching the .tlf file.<br>
*[[File:TUFLOW_robocopy.png]]
<pre>@echo off
set TUFLOWEXE_iSP=O:\TUFLOW\Releases\2020-01\2020-01-AB\TUFLOW_iSP_w64.exe
set RUN_iSP=start "TUFLOW" /wait "%TUFLOWEXE_iSP%" -b
set A=5m 2.5m
set B=EXG DEV
set source_results=D:\TUFLOW\results
set source_log=D:\TUFLOW\runs
set destination_results=O:\TUFLOW\support\results
set destination_log=O:\TUFLOW\support\runs
FOR %%a in (%A%) do (
FOR %%b in (%B%) do (
:: Run model
echo Running Cell Size %%a Model Scenario %%b
%RUN_iSP% -s1 %%a -s2 %%b M10_~s1~_~s2~_003.tcf
:: Move results folder to different location
robocopy "%source_results%" "%destination_results%" /e /move
:: Move log folder to different location
robocopy "%source_log%" "%destination_log%" /e /move
timeout 5
)
)
pause</pre>
=TUFLOW crashes at the end of the simulation before writing out maximum results=
| |||