TUFLOW CATCH Tutorial M01: Difference between revisions

Content deleted Content added
 
(2 intermediate revisions by the same user not shown)
Line 97:
<li> Open the '''TC01_001.tgc''' in a text editor and add the following line after the '<tt><font color=blue>Read GIS Mat</font></tt>' command to reference the new materials GIS layer.<br>
<tt><font color=blue>Read GIS Mat</font><font color=red> == </font>gis\2d_mat_TC01_001_R.shp <font color=green> ! Sets material values according to attributes in the GIS layer</font></tt><br>
<li> Add the following section to globally set the soil ID and the soil thickness:<br>
<tt><font color=green>! SOILS</font></tt><br>
<tt><font color=blue>Set Soil</font><font color=red> == </font>1 <font color=green> ! Globally sets the soil ID to 1</font></tt><br>
<tt><font color=blue>Set Soil Thickness</font><font color=red> == </font>0.2 <font color=green> ! Globally sets the soil thickness to 0.2m</font></tt><br>
<li> Save the TGC.
</ol>
Line 126 ⟶ 130:
A TUFLOW CATCH simulation is set up and executed by constructing a TUFLOW CATCH Control file (.tcc). TUFLOW Control file (.tcf) and TUFLOW FV Control file (.fvc) are not used. The .tcc has four command blocks:
<ol>
<li> Global commandssettings
<li> Catchment Hydraulic Model (TUFLOW HPC) commands
<li> Catchment Pollutant Export Model
Line 260 ⟶ 264:
<li>Save a copy of '''Demonstration.bat''' as '''_run_TC01_CATCH.bat''' and open the file in a text editor.
<li>Update the batch file to reference the TUFLOW CATCH executable:<br>
<tt><font color="blue">set </font>exe<font color="red">=</font>"..\..\..\..\exe\TUFLOWCATCH\20252026.10.0\TUFLOWCATCH.exe"</tt><br>
<tt><font color="orange">%exe%</font> TC01_001.tcc</tt>
<li>Double click the batch file in file explorer to run the simulation.