TUFLOW SWMM Tutorial M02: Difference between revisions
Content deleted Content added
Chris Huxley (talk | contribs) |
Chris Huxley (talk | contribs) |
||
Line 203:
= Simulation Control Files =
To avoid the potential risk of overwriting existing control files accidentally, we will start by saving new control files where we will be making subsequent syntax updates during the following steps.
<ol>
<li> Open '''TS01_5m_001.tcf''' from the '''''TUFLOW_SWMM_Module_02\TUFLOW\runs''''' folder in a Text Editor (Notepad++ is recommended).
<li> Save a copy of '''TS01_5m_001.tcf''' as '''TS02_5m_001.tcf'''.
<li> Open the following files using the Open File function in Notepad++:
* Open '''TS01_001.tbc,''' and save the file as '''TS02_001.tbc'''.
* Open '''M02_001.tgc,''' and save the file as '''TS02_001.tgc'''.
* Open '''TS01_001.tscf,''' and save the file as '''TS02_001.tscf'''.
<li>After creating the new control files, update the following reference in '''TS02_5m_001.tcf''': <br>
<font color="blue"><tt>Geometry Control File</tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>..\model\TS02_001.tgc</tt></font> <font color="green"><tt> ! Reference the TUFLOW Geometry Control File</tt></font><br>
<font color="blue"><tt>BC Control File </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>..\model\TS02_001.tbc</tt></font> <font color="green"><tt> ! Reference the TUFLOW Boundary Conditions Control File</tt></font><br>
<font color="blue"><tt>SWMM Control File </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt> ..\model\TS02_001.tscf </tt></font> <font color="green"><tt> ! Reference the SWMM (1D) Control File</tt></font> <br>
<li> Save '''TS02_5m_001.tcf'''.
</ol>
| |||