Using ReFH2 to Generate TUFLOW Boundary Inputs: Difference between revisions
Content deleted Content added
Tuflowduncan (talk | contribs) |
Tuflowduncan (talk | contribs) |
||
Line 84:
=Using TUFLOW Events=
In most applications there will be a requirement to run a number of return period design events, potentially with a number of different durations. TUFLOW’s event options makes the management of these simulations a simpler process. TUFLOW’s event management structure uses a variety of wildcard characters in the '''TCF''' file and the boundary condition database for event inputs. The wildcards are replaced with user defined event specific acronyms when a simulation is run from a batch file. This will significantly reduce the number of repetitive files required to execute a project. TUFLOW event management is shown in the following image.
<br>
Line 90:
<br>
TUFLOW’s event management will be of use when running multiple return periods and durations events from ReFH2. Currently a single CSV file will be generated for a number of return periods from the ReFH2 software. Where multiple durations are used, this will generate multiple csv files. Each of these can be defined as a separate source csv file. For instance, in the bc_dbase file we can have the following where _Duration_ is the wildcard to specify the individual csv files references the different return period hyetographs for each duration as below.
<br>
Line 97:
The wildcard also works on column 2 as well. So we can use this to use the return period as specified in the batch file to read the relevant column from a csv file exported directly from ReFH2.
For example, in the file directly exported from ReFH2, the 1 year net rainfall column is called
''Note: The exported csv file has time in HH:MM:SS. This would need to converting into hours. Also the exported rainfall profiles do not have the first value set to 0mm. TUFLOW requires that the first value in the rainfall hyetograph is set to 0mm. This is not neccesary for flow data''
Line 105:
<br>
Once the bc_base has been set up then a '''.tef''' file can be generated which populates the ARI variable above with the relevant ARI for the specific question. The
<br>
Line 111:
<br>
The '''.
<pre>
Start "Tuflow" /wait ".. \2018-03\TUFLOW_iSP_w64.exe" -e1 1yr "Dummy_m01_~e1~_001.tcf"
Line 118:
</pre>
This will then run the 3 return periods (1yr, 2yr and 5 year) using the correct wildcard as specified in the '''TEF''' file and using the relevant boundary data.
=Summary=
| |||