RES to RES: Difference between revisions

Content deleted Content added
No edit summary
 
(31 intermediate revisions by 3 users not shown)
Line 1:
<ol>
=Introduction=
This utility performs a variety of operations on the TUFLOW 2D outputs. Valid formats are .xmdf (as of utility version 2012-10-AC) and .dat files. This page is split into two section, utility operations (e.g. maximum, difference etc.) and general options. The general options can be used regardless of operation being performed. The table of contents can be used to jump to a desired operation.
Line 11 ⟶ 10:
This can be used to extract the maximum from a number of input datasets. Any number of input files can be specified. If a maximum folder exists in an .xmdf file for the type specified, this dataset will be used, for dat files use -t99999 to use the maximum data in the .dat file.<br>
<u>Examples</u><br>
<ol>
<li><tt>res_to_res.exe -max -t99999 results_1_h.dat results_2_h.dat results_3_h.dat</tt></li>
<li>Extracts the maximum water level from the three .dat files, where the maximum water level over all timesteps (tracked and output to t99999) is available for each of the .datxmdf files.<br>
<li><tt>res_to_res.exe -max -typeH results_1.xmdf results_2.xmdf results_3.xmdf</tt></li>
<li>When maximums are tracked over all timesteps, extracts the maximum water level from the maximums output.<br>
As above but for results stored in xmdf file format.
<li><tt>res_to_res.exe -max results_h-typeH results.datxmdf</tt></li>
Extracts<li>When no maximums has been written directly, extracts the maximum water level of all available output times for a .dat file. Note this does not provide the true, tracked maximum over all timesteps.<br>
<li><tt>res_to_res.exe -trim5max -typeVtypeH results.xmdf</tt></li>
</ol>
 
==Min==
'''Input Switch: -min'''<br>
<u>Notes</u><br>
This option was added in the 2015-02-AA version of the utility. If using an earlier version this command will not be recognised as valid.<br>
<u>Description</u><br>
This can be used to extract the minimums from a number of input datasets. Any number of input files can be specified. If a minimum folder exists in an .xmdf file for the type specified, this dataset will be used.<br>
<u>Examples</u><br>
<ol>
<li><tt>res_to_res.exe -min results_1_h.dat results_2_h.dat results_3_h.dat</tt></li>
<li>Extracts the minimum water level from the three .datxmdf files.<br>
<li><tt>res_to_res.exe -min -typeH -out Minimums.xmdf results_1.xmdf results_2.xmdf results_3.xmdf</tt></li>
As<li>Extracts abovethe butminimum forwater resultslevel storedfrom inthe three xmdf filefiles with formatoutput inname "Minimums.xmdf".<br>
<tt>res_to_res.exe -min -typeH -out Minimums.xmdf results_1.xmdf results_2.xmdf results_3.xmdf</tt>
</ol>
 
==Difference==
Line 36 ⟶ 37:
A special wet/dry algorithm is used. If water level results are not specified (_h.dat or -typeH), the algorithm opens these files, as well as opens the .2dm file associated with the results files, and uses the water levels and ZH Zpt values (for 2D cells) and elevations at the WLL triangle corners to determine whether a node (corner of a mesh element) is wet or dry. This allows two special values to be output in the event that a node is dry in one results file and wet in the other or vice versa. A value of -99 is used to indicate that a node is dry in the first results file, but is flooded in the second results file, while +99 indicates that the node was wet in the first results file but is dry in the second results file. Specifying -nowetdry does not carry out a wet/dry check using the water level results.
<br>
The -t option can be used to carry out the difference at a particular time (rather than all times). The most common time is to take the difference at the flood peak, ie. specify -t99999.<br>
<u>Examples</u><br>
<ol>
<li><tt>res_to_res.exe -dif results_developed_h.dat results_existing_h.dat</tt></li>
<li>Extracts the difference in water level, the output is results_developed_hresults_developed -minus results_existing_hresults_existing for all timesteps.<br>
<li><tt>res_to_res.exe -dif -typeH -t99999 -nowetdry results_developed.xmdf results_existing.xmdf</tt></li>
<li>Extracts the difference in water level for the maximum water level and suppresses the wet/dry check described above.<br>
<li><tt>res_to_res.exe -convdif -typeH -t99999 results1-nowetdry results_developed.xmdf results_existing.xmdf</tt></li>
</ol>
 
==Duration==
Line 48 ⟶ 51:
Determines the duration in hours that the the results exceed the cut off value.<br>
'''Note: ''' A preferable approach is to use the .tcf file command: <tt>Time Output Cutoff Depths == <cut off value or values></tt>. With this command specified TUFLOW tracks this on a timestep by timestep basis rather than post processing this at the map output interval.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -dur0.1 -typeD results.xmdf</tt></li>
<li>Extracts the duration in flooding above 0.1m deep.<br>
<li><tt>res_to_res.exe -dur0.1 -typeD results.xmdf</tt></li>
</ol>
 
==Keep==
Line 57 ⟶ 62:
Can be used to extract a single timestep from a results file. This is useful to extract the maximums to a separate file making it easier to transfer electronically. To keep a range of output times see the -range option below.<br>
<u>Examples</u><br>
<ol>
<li><tt>res_to_res.exe -k99999 results_h.dat</tt></li>
<li>Creates a new results file containing just the maximum from the water level results.<br>
<li><tt>res_to_res.exe -k2.5k99999 -typeVtypeH results.xmdf</tt></li>
<li>Creates a new results file containing just velocity results for the 2.5 hour output.<br>
<li><tt>res_to_res.exe -xnfok2.5 -out xmdf_info.txttypeV results.xmdf</tt></li>
</ol>
 
==Range==
Line 66 ⟶ 73:
<u>Description</u><br>
Extracts all timestep between start time and end time (inclusive) into a separate results file.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -rangeA1 -rangeB2.5 results_d.dat</tt></li>
<li>Creates a new results file containing the depth outputs between 1.0 and 2.5 hours. Both 1 and 2.5 hour outputs are included.<br>
<li><tt>res_to_res.exe -rangeA1 -rangeB2.5 -typeD results.xmdf</tt></li>
</ol>
As above but for xmdf input files.
 
==Remove==
Line 76 ⟶ 83:
<u>Description</u><br>
Creates a new output file and removes the output time from this.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -r3 results_d.dat</tt></li>
<li>Creates a new output file which does not include the output at 3.<br>
<li><tt>res_to_res.exe -r3 results_d-typeD results.datxmdf</tt></li>
</ol>
 
==Trim Values==
Line 84 ⟶ 93:
<u>Description</u><br>
Creates a new output file which has any values above <value> set to <value>. If the input is a vector data, the vector magnitude is used to trim the value (direction is unchanged).<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -trim5 -typeV results.xmdf</tt></li>
<li>Creates a new output of velocity with any outputs greater than 5.0 set to 5.0.<br>
<li><tt>res_to_res.exe -toi0.2trim5 -typeDtypeV results1results.xmdf</tt></li>
</ol>
 
==Times==
Line 92 ⟶ 103:
<u>Description</u><br>
Creates a text file which contains the output times in the .dat or xmdf file. If no output filename is specified with the -out option the output file will be called "times.txt". For xmdf files see also the -xnfo option below.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -times results_h.dat</tt></li>
<li>Creates an an output file "times.txt" which contains all timesteps that are contained in the results file.<br>
<li><tt>res_to_res.exe -times results_h-typeH results.datxmdf</tt></li>
</ol>
 
==XMDF Information==
Line 100 ⟶ 113:
<u>Description</u><br>
Creates a text file which contains a list of the datasets contained within the .xmdf file. The number of output times and the output times are also exported to the text file.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -xnfo -out xmdf_info.txt results.xmdf</tt></li>
<li>Creates an an output file with the specified filename "xmdf_info.txt", which contains information about the contents of the xmdf file.<br>
<li><tt>res_to_res.exe -ensightxnfo results1-out xmdf_info.txt results.xmdf</tt></li>
</ol>
 
==Vector Angle==
Line 108 ⟶ 123:
<u>Description</u><br>
Outputs the vector direction in degrees relative to north (North = 0°, East = 90°, South = 180°/-180°, West = -90°).<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -va results_v.dat</tt></li>
<li>Outputs the velocity direction for all timesteps in the results_v_va.datresults file.<br>
<li><tt>res_to_res.exe -va results_v-typeV results.datxmdf</tt></li>
</ol>
 
==Concatenate==
Line 116 ⟶ 133:
<u>Description</u><br>
Concatenates (joins) two or more results files into one. Each results file must be from the same 1D/2D mesh.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -con results1_h.dat results2_h.dat results3_h.dat</tt></li>
<li>Joins the water level results contained in the three files into a single .dat file.<br>
<li><tt>res_to_res.exe -con -typeH results1results_1.xmdf results2results_2.xmdf results3results_3.xmdf</tt></li>
</ol>
Joins the water level results contained in the .xmdf files into a single
 
==Convert==
Line 127 ⟶ 144:
Converts between .dat and .xmdf format results. Not to be confused with -con (concatenate option described above)!<br>
<u>Examples</u><br>
<ol>
<li><tt>res_to_res.exe -conv -typeH -t99999 results1.xmdf</tt></li>
<li>Converts the maximum water level results in the xmdf file into .dat file format.<br>
<li><tt>res_to_res.exe -conv results1-typeH -t99999 results.xmdf</tt></li>
<li>Converts all datasets and times in the .xmdf file into .dat file format. This will output a number of .dat files.<br>
<li><tt>res_to_res.exe -conv results1_hresults.datxmdf</tt></li>
<li>Converts all times in the .dat file into xmdf file format.<br>
<li><tt>res_to_res.exe -k99999conv results_h.dat</tt></li>
</ol>
 
==Time of Increase==
'''Input Switch: -toi<cutoff>'''<br>
Calculates the time taken for the results to increase by the cutoff. For example if a value of 0.2 is used for a depth grid, the output result contains the time required for the depth to increase by 0.2m. If there are depth values greater than 0.2 initially (due to initial water level conditions), the output is the time for the depth to increase by 0.2m. For dry areas it is the time for the depth to reach 0.2m.<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -toi0.2 -typeD results1.xmdf</tt></li>
<li>Extracts the time taken for the depth to increase by 0.2m.<br>
<li><tt>res_to_res.exe -rangeA1toi0.2 -rangeB2.5typeD results_dresults.datxmdf</tt></li>
</ol>
 
==Ensight (beta)==
Line 152 ⟶ 173:
* Ensight results as either per node or per element depending on the input file.
'''This conversion is in its beta stage of development. This utility can currently only process 2D results. 1D channel result are currently not supported.<br>
Any feedback regarding this utility function is welcome and can be sent to [mailto:support@tuflow.com support@tuflow.com].<br>
<u>ExamplesExample</u><br>
<ol>
<li><tt>res_to_res.exe -ensight results1.xmdf</tt></li>
<li>Converts all datasets in the xmdf file into Ensight format.<br>
<tt>res_to_res.exe -ensight results.xmdf</tt>
</ol>
 
=General Options=
Line 170 ⟶ 193:
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 is stored in the following structure:<br>
<tt>Simulation ID/Folder/Dataset</tt>. Some examples for simulation "M01_5m_013_SA_CPUM01_5m_001" are:<br>
<tt>M01_5m_013_SA_CPUM01_5m_001/Maximums/ZAEM1</tt><br>
<tt>M01_5m_013_SA_CPUM01_5m_001/Temporal/Depth</tt><br>
 
The xmdf specific switches are outlined in the table below:<br>
Line 179 ⟶ 202:
! width=80% | Description
|-
|"-type<output type>"|| Converts the specified output type in an xmdf file. Output types should be specified as per the output type in the .tcf e.g. h (water level), v (velocity), q (unit flow) or d (depth). Output types other than h, v, q and d are not predefined with the -type switch and should be called with -v and/or -s switch.
|-
|"-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 DOSconsole window when RES_to_RES is preprocessing results. Check <u>[[RES_to_RES#XMDF_Dataset_Example | XMDF_Dataset_ExampleXMDF Dataset Example]]</u>. To keep the console window open write "pause" at the end of the processing batch file and remove -b switch.
|-
|"-v<output id(integer)>"|| Converts the specified vector dataset in an xmdf file. For example, <tt>-v1</tt> will convert the first vector dataset. A list of the available datasets is listed within the DOSconsole window when RES_to_RES is preprocessing results. Check <u>[[RES_to_RES#XMDF_Dataset_Example | XMDF_Dataset_ExampleXMDF Dataset Example]]</u>. To keep the console window open write "pause" at the end of the processing batch file and remove -b switch.
|-
|"-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_CPUM01_5m_001.xmdf</tt><br>
<tt>-path"M01_5m_013_SA_CPUM01_5m_001/Maximums/ZAEM1" M01_5m_013_SA_CPUM01_5m_001.xmdf</tt><br>
|}
 
==XMDF Dataset Example==
Display the datasets available within an XMDF file in a console window by starting any operation. <br>
To keep the console window open write "pause" at the end of the processing batch file and ensure -b switch is not included. <br>
The list of available datasets will be displayed towards the start of the console window. <br><br>
 
<u>NotesExamples</u><br>
<tt>res_to_res.exe -xnfo results.xmdf<br>
pause</tt><br><br>
Displays the following console window: <br>
[[File: xmdf_dataset_example.png]]<br>
<br>
Line 199 ⟶ 230:
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]
}}
 
</ol>