Tutorial M01: Difference between revisions

Content deleted Content added
Created page with "= Introduction = Read the <u> Tutorial Model Introduction</u> before starting this tutorial. It outlines programs requiring installation and provid..."
 
No edit summary
Line 67:
= Model Familiarisation=
Become familiar with the model location, using an aerial image and DEM:<br>
:*<u>[[Draft_site_familiarisationTutorial_site_familiarisation_QGIS | QGIS]]</u>
<br>
 
Line 105:
<font color="blue"><tt>Set Code </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>0</tt></font> <font color="green"><tt> ! Sets all cells to inactive</tt></font>
<li>Define active areas: <br>
:*<u>[[Draft_define_active_areaTutorial_define_active_area_QGIS | QGIS]]</u>
<li>Set all cells within the code polygon to active. The command needs to be written after the <font color="blue"><tt> Set Code </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>0 </tt></font> command to overwrite the inactive cells within the polygon: <br>
<font color="blue"><tt>Read GIS Code </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>gis\2d_code_M01_001_R.shp</tt></font> <font color="green"><tt> ! Sets cell codes according to attributes in the GIS layer</tt></font> <br>
Line 134:
<font color="blue"><tt>Set Mat </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>1</tt></font> <font color="green"><tt> ! Sets all cells to a material ID of 1</tt></font><br>
<li>Define spatial material definition:
:*<u>[[Draft_mat_in_QGISTutorial_materials_QGIS | QGIS]]</u>
<li>Assign materials from the GIS layer to overwrite the global material at all cells that fall within the material polygons: <br>
<font color="blue"><tt>Read GIS Mat </tt></font> <font color="red"><tt>== </tt></font> <font color="black"><tt>gis\2d_mat_M01_001_R.shp</tt></font> <font color="green"><tt> ! Sets material values according to attributes in the GIS layer</tt></font><br>
Line 161:
Set up boundary condition layers: <br>
 
:*<u>[[Draft_boundary_conditionsTutorial_boundary_conditions_QGIS | QGIS]]</u>
 
=== TUFLOW Boundary Control File (TBC) ===
Line 278:
<br>
</ol>If the model did not finish running, work though the troubleshooting steps:
:*<u>[[Draft_TroubleshootingTutorial_Troubleshooting_QGIS | Troubleshooting]]</u>
<br>
 
Line 285:
While the model is running, review the added features are specified correctly: <br>
 
:*<u>[[Draft_M01_check_filesTutorial_M01_check_files_QGIS | QGIS]]</u>
<br>
 
Line 293:
:*XMDF - Mesh based output format containing all map output data types in a single file.
When the model is finished, review the results: <br>
:*<u>[[Draft_viewing_results_M01Tutorial_viewing_results_M01_QGIS | QGIS]]</u>
<br>
 
Line 342:
<br>
{{Tips Navigation
|uplink=[[Draft_Tutorial_IntroductionTutorial_Introduction| Back to Tutorial Introduction Main Page]]
}}