Run TUFLOW From a Batch-file: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 8:
* Post process results after simulation has finished.
 
==Match file for Tutorial Model Module 1==
These advanced features are not covered at this stage in the TUFLOW tutorial model. To use a batch file, create a new text file in the TUFLOW\runs directory. The name is arbitrary but the file must have the extension ".bat". For example the file name could be '''_run_TUFLOW.bat'''.
 
Open this file in a text editor and add the following line.
Line 19 ⟶ 20:
<pre>"C:\TUFLOW\Releases\2011-09\w32\TUFLOW_iSP_w32.exe" "M01_5m_001.tcf"
pause</pre>
 
==Other Batch File Switches==
===Setting a priority===
===Testing a simulation===
===Copy a TUFLOW model===
 
==Advanced Batch Files==
===Creating a wait===