QGIS ARR to TUFLOW Example: Difference between revisions

Content deleted Content added
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2:
 
__TOC__
<br><br>
 
==Tool setup==
Line 14 ⟶ 13:
==Output==
The tool produces the following outputs:<br>
[[File: ARR_example_output_folder_02ARR_example_output_folder_03.png ]]<br><br>
[[File: ARR_example_output_folder_data_02ARR_example_output_folder_data_03.png]]<br><br>
[[File: ARR_example_output_folder_rf_inflow_02ARR_example_output_folder_rf_inflow_03.png]]<br><br>
 
==Log File==
Line 33 ⟶ 32:
 
'''''Geometry Control File'''''
<span style="color:blue;">Set Soil</span> <span style="color:red;">==</span> 1 <span style="color:green;">! globallyGlobally set all active cells to soil type 1</span>
<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 - SeeRefer Sectionto 6the <u>[https://docs.10tuflow.4 in thecom/classic-hpc/manual/latest/ TUFLOW Manual]</u> for more information. This file defines soil type 1 as using the initial / continuing loss method. The values '''<<IL_test>>''' and '''<<CL_test>>''' are variables because they have the triangular brackets '''<< >>''' ("test" in this case is the catchment name).<br>
 
: [[File: ARR_example_tsoilfARR_example_tsoilf_02.PNGpng]]<Br>
: [[File: ARR_example_tsoilf_01.png]]<Br>
 
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: ARR_example_soil_infiltration_trdARR_example_soil_infiltration_trd_01.PNGpng]]<br>
 
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;">! locationLocation of soils file (.tsoilf)</span>
<span style="color:blue;">Read File</span> <span style="color:red;">==</span> ..\model\soil_infiltration.trd <span style="color:green;">! readRead file containing variable values</span>
<br>
 
Line 56 ⟶ 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;">! locationLocation of boundary database</span>
<br>
 
Line 66 ⟶ 64:
 
'''''TUFLOW Control File'''''
<span style="color:blue;">Event File</span> <span style="color:red;">==</span> Event_File.tef <span style="color:green;">! locationLocation of event databasefile (.tef)</span>
 
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 77 ⟶ 75:
TUFLOW.exe -b -e1 1p -e2 060m -e3 TP05 my_model.tcf
... and so on
<br><br>
<br>
 
{{Tips Navigation
|uplink=[[QGIS_ARR_to_TUFLOW| Back to QGIS ARR to TUFLOW]]
}}