QGIS ARR to TUFLOW Example: Difference between revisions
Content deleted Content added
No edit summary |
|||
| (9 intermediate revisions by the same user not shown) | |||
Line 2:
__TOC__
<br><br>▼
==Tool setup==
Line 10 ⟶ 9:
* other options left as default
<br>
[[File:
==Output==
The tool produces the following outputs:<br>
[[File:
[[File:
[[File:
==Log File==
Line 23 ⟶ 22:
<br>
This is can be checked by looking at the '''burst_initial_loss.csv''' and '''burst_initial_loss.png'''<br>
[[File: ARR_Burst_Initial_Losses_plot.png
<br>
The plot above confirms the warning - some of the initial loss values are negative. This warning should be taken seriously and ARR offers a number of ways to proceed in Book 2, Section 5.9.9. The tool itself also offers support for modelling a complete storm event. For the purpose of this example and simplicity, the model will be assumed to be insensitive to initial loss and negative values will be changed to 0 mm.<br><br>
Line 33 ⟶ 32:
'''''Geometry Control File'''''
<span style="color:blue;">Set Soil</span> <span style="color:red;">==</span> 1 <span style="color:green;">!
<span style="color:blue;">Read GIS Soil</span> <span style="color:red;">==</span> <path to GIS file> <span style="color:green;">! Can be used to spatially vary soil type using polygons</span>
<br>
2. The soil types have already been defined in the output '''soils.tsoilf''' file -
: [[File:
3. The IL_test and CL_test values are being set in '''soil_infilatration.trd'''. This file is using <tt>IF statements</tt> to set the values based on the event.<br>
: [[File:
4. Both the '''soils.tsoilf''' and '''soil_infiltration.trd''' need to be read into the '''TUFLOW Control File (TCF)''' (order does not matter). Both files were copied to the '''TUFLOW/model''' directory.<br>
'''''TUFLOW Control File'''''
<span style="color:blue;">Read Soils File</span> <span style="color:red;">==</span> ..\model\soils.tsoilf <span style="color:green;">!
<span style="color:blue;">Read File</span> <span style="color:red;">==</span> ..\model\soil_infiltration.trd <span style="color:green;">!
<br>
Line 55 ⟶ 54:
'''''TUFLOW Control File'''''
<span style="color:blue;">BC Database</span> <span style="color:red;">==</span> ..\bc_dbase\bc_dbase.csv <span style="color:green;">!
<br>
Line 65 ⟶ 64:
'''''TUFLOW Control File'''''
<span style="color:blue;">Event File</span> <span style="color:red;">==</span> Event_File.tef <span style="color:green;">!
8. When running the model, the following flags can be added to the batch file. The event names must match the names in the '''Event_File.tef''' as stated after the command <tt><font color="blue">Define Event</font> <font color="red">==</font></tt><br>
Line 76 ⟶ 75:
TUFLOW.exe -b -e1 1p -e2 060m -e3 TP05 my_model.tcf
... and so on
<br>
{{Tips Navigation
|uplink=[[QGIS_ARR_to_TUFLOW| Back to QGIS ARR to TUFLOW]]
}}
| |||