Flood Modeller Tutorial Module01: Difference between revisions

Content deleted Content added
Rachel (talk | contribs)
Rachel (talk | contribs)
Line 125:
 
==TCF File==
Finally, we need to edit the TUFLOW control file.<br>
We will:
<li> Reference the Flood Modeller Nodes to directly link the models</li>
<li> Update the links to the boundary control file and geometry control file</li
<li> Update the 1D domain contols, as these are now controlled by Flood Modeller</li>
<br>
<ol>
<li> Firstly, inIn the \FMT_Tutorial\FMT_M01\TUFLOW\runs folder, save a copy of the TUFLOW file created as a part of module 2 ('''M02_5m_001.tcf''') as '''FMT_M01_001.tcf'''. </li>
 
<li> We need to <b>remove</b> the simulation time control commands (shown below) which specify timestep, start time and end time from the tcf. These will be moved to the Flood Modeller IEF file soon. <br>
 
<font color="green"><tt>! SIMULATION TIME CONTROL COMMANDS </tt></font>
Line 146 ⟶ 152:
:<font color="blue"><tt>Read GIS X1D Network</tt></font> <font color="red"><tt>== </tt></font>..\model\gis\1d_x1d_FMT_M01_nwk_001_L.shp <font color="green"><tt>! GIS layer representing channels to allow for the digitisation of Water Level Lines (optional)</tt></font>
:<font color="blue"><tt>Read GIS X1D WLL</tt></font> <font color="red"><tt>== </tt></font> ..\model\gis\1d_x1d_WLL_FMT_M01_001_p.shp <font color="green"><tt>! GIS layer containing WLLs for visualising 1D results in 2D</tt></font>
 
<li> Now, update the links to the Geometry control file and Boundary Condition control file:</li>
:<font color="blue"><tt>Geometry Control File</tt></font> <font color="red"><tt>== </tt></font>..\model\FMT_M01_001.tgc
:<font color="blue"><tt>BC Control File</tt></font> <font color="red"><tt>== </tt></font>..\model\FMT_M01_001.tbc
 
<li> This concludes the changes that we need to make to the .tcf</li>