Tutorial M08: Difference between revisions
Content deleted Content added
Anne.Kolega (talk | contribs) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
Line 103:
== Results==
When the model is finished, review the results:
:*<u>[[Tutorial_M08_001_Results_QGIS | QGIS - TUFLOW Viewer ]]</u>
:*<u>[[Tutorial_M08_001_Results_QGIS_TUFLOW_Viewer_V2 | QGIS - TUFLOW Viewer V2]]</u>
Compare the model run times:
<ol>
Line 195 ⟶ 196:
<li>Open '''_run_M08_HPC.bat''' from the '''Module_08\TUFLOW\runs''' folder.
<li>Update the batch file to reference the '''M08_~s1~_~s2~_002.tcf''' and in addition to cell size scenario switch (-s1) include second scenario switch (-s2) defining topography:<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\
<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> -s1 2.5m -s2 EXG M08_~s1~_~s2~_002.tcf </tt></font> <br>
Line 216 ⟶ 217:
== Results==
When the model is finished, review the results:
:*<u>[[Tutorial_M08_002_Results_QGIS | QGIS - TUFLOW Viewer]]</u>
:*<u>[[Tutorial_M08_002_Results_QGIS_TUFLOW_Viewer_V2 | QGIS - TUFLOW Viewer V2]]</u>
<br>
Line 231 ⟶ 233:
<li>Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:<br>
<font color="blue"><tt>echo </tt></font> <font color="black"><tt>off</tt></font><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\
<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>
<br>
| |||