Tutorial Module01 Archive: Difference between revisions
Content deleted Content added
No edit summary |
Anne.Kolega (talk | contribs) |
||
| (2 intermediate revisions by the same user not shown) | |||
Line 68:
=== Set GIS Projection and Create Empty (Template) GIS Files ===
The first step when creating a TUFLOW model always requires the user to define the GIS projection (
''Note: All model inputs will need to use a common projection.''
Line 217:
<br>
=== Define the Materials (Surface Roughness) ===
Surface roughness or bed resistance values (
* <u>[[Tute_M01_Materials_MI_Archive|Mapinfo]]</u>
Line 334:
== TUFLOW Simulation Control File (TCF) Updates ==
=== Set Model Controls ===
This is the last step before running the simulation. Once this step has been completed, most of the
<ol>
Line 342:
:<font color="blue"><tt>End Time </tt></font> <font color="red"><tt>==</tt></font><tt> 3</tt><font color="green"><tt> ! End Simulation a 3 hours</tt></font><br>
:<font color="blue"><tt>Timestep </tt></font> <font color="red"><tt>==</tt></font><tt> 1.5</tt><font color="green"><tt> ! Use a 2D timestep of 1.5 seconds</tt></font><br>
:<font color="blue"><tt>Log Folder </tt></font> <font color="red"><tt>==</tt></font><tt> Log</tt><font color="green"><tt> ! Redirects log output (
:<font color="blue"><tt>Output Folder </tt></font> <font color="red"><tt>==</tt></font><tt> ..\results\M01\2d\</tt><font color="green"><tt> ! Redirects results files to TUFLOW\Results\M01\2d\</tt></font>
:<font color="blue"><tt>Write Check Files </tt></font> <font color="red"><tt>==</tt></font><tt> ..\check\2d\</tt><font color="green"><tt> ! Specifies check files to be witten to TUFLOW\check\2d\</tt></font>
Line 351:
You do <u>not</u> need to add the comments, following the exclamation marks. These commands are generally self explanatory. However, for this tutorial model they are included. To clarify the purpose of each line.<br>
The final command "Map Output Format" controls the output file format, this is discussed further in the results viewing section below.<br>
The TUFLOW simulation is now ready to be run for the first time.
</ol>
| |||