RES to RES: Difference between revisions

Content deleted Content added
Line 167:
'''Input Switch: -dttol<search tolerance>'''<br>
Allows the user to specify the time search tolerance. This is particularly useful for TUFLOW FV model results, as model uses an adaptive timestep the output time might not exactly match the desired output interval. If hourly output is requested the closest output might actually be 01:00:05 (HH:MM:SS). If extracting results at time 1, the requested time may not be found due to time search tolerance. The default value is 0.001.
==XMDF Switches==
When working with the .xmdf outputs from TUFLOW, there are some additional input switches are available. This is because the .xmdf file uses a folder structure and multiple output parameters are stored in the same .xmdf file. When converting you can control which dataset is converted using the switches below. These switches are not valid for .dat files as these contain a single parameter for each file. E.g. the _d.dat contains only depth information.<br>
In the xmdf file, the data in stored in the following structure:<br>
<tt>Simulation ID/Folder/Dataset</tt>. Some examples for simulation "M01_5m_013_SA_CPU" are:<br>
<tt>M01_5m_013_SA_CPU/Maximums/ZAEM1</tt><br>
<tt>M01_5m_013_SA_CPU/Temporal/Depth</tt><br>
 
The xmdf specific switches are outlined in the table below:<br>
{| align="center" class="wikitable"
! Switch
! width=80% | Description
|-
|"-type<output type>"|| For use with .xmdf inputs, in which all inputs are stored in the one .xmdf file. Use this to convert a specific output type. Output types should as specified per the output type in the .tcf eg. h (water level), V (velocity), q (flow), or d (depth).
|-
|"-s<output id(integer)>"|| Converts the specified scalar dataset in an xmdf file. For example, <tt>-s1</tt> will convert the first scalar dataset. A list of the available datasets is listed within the DOS window when TUFLOW_to_GIS is preprocessing results.
|-
|"-v<output id(integer)>"|| Converts the specified vector dataset in an xmdf file. For example, <tt>-v1</tt> will convert the first scalar dataset. A list of the available datasets is listed within the DOS window when TUFLOW_to_GIS is preprocessing results.
|-
|"-Folder<Folder Name>"|| Converts all datasets within a particular xmdf file. For example, <tt>-Folder"Maximums"</tt> will convert all datasets in the \Maximums\ folder.
|-
|"-path<path name>"||Converts a dataset based on the path in the .xmdf file. For example, <tt>-path"Maximums/ZAEM1"</tt> would convert the dataset Maximum ZAEM1 dataset. This can be a full path in the .xmdf file or a partial match. E.g.:<br>
<tt>-path"Maximums/ZAEM1" M01_5m_013_SA_CPU.xmdf</tt><br>
<tt>-path"M01_5m_013_SA_CPU/Maximums/ZAEM1" M01_5m_013_SA_CPU.xmdf</tt><br>
|}
{{Tips Navigation
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]