Tutorial M07: Difference between revisions

Content deleted Content added
 
(One intermediate revision by one other user not shown)
Line 3:
:*<u>[https://www.youtube.com/watch?v=2zrNwWUNTXE Quadtree Meshing in TUFLOW]</u>
 
A quadtree mesh is constructed by subdividing user selected standard cells into four smaller square cells. These smaller cells are then able to be further subdivided into four, and so on. Quadtree allows for larger cells in areas of flat terrain (ege.g. large flat floodplains) and smaller cells where either terrain varies rapidly or along known primary flow paths (ege.g. river channels, road gutters, open channels). By increasing the cell size in locations away from the area of interest, a model run time can be reduced. <br>
<ol>
<br>
Line 72:
<li>Save a copy of '''_run_M02_HPC.bat''' as '''_run_M07_HPC.bat''' in the '''Module_07\TUFLOW\runs''' folder.
<li>Update the batch file to reference the '''M07_5m_001.tcf''' :<br>
<font color="blue"><tt>'''set'''</tt></font> <font color="black"><tt>exe</tt></font><font color="red"><tt>=</tt></font><font color="black"><tt>"..\..\..\exe\20252026.10.0\TUFLOW_iSP_w64.exe"</tt></font> <br>
<font color="blue"><tt>'''set'''</tt></font> <font color="black"><tt>run</tt></font><font color="red"><tt>=</tt></font><font color="black"><tt>start "TUFLOW" /wait</tt></font> <font color="orange"><tt> %exe%</tt></font> <font color="black"><tt> -b</tt></font> <br>
<font color="orange"><tt>%run% </tt></font> <font color="black"><tt>M07_5m_001.tcf </tt></font> <br>