RES to RES: Difference between revisions

Content deleted Content added
No edit summary
 
Line 204:
|"-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 Example]]</u>. To keep the DOSconsole 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 Example]]</u>. To keep the DOSconsole 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.
Line 216:
 
==XMDF Dataset Example==
Display the datasets available within an XMDF file in a DOSconsole window by starting any operation. <br>
To keep the DOSconsole 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 DOSconsole window. <br><br>
 
<u>Examples</u><br>
<tt>res_to_res.exe -xnfo results.xmdf<br>
pause</tt><br><br>
Displays the following DOSconsole window: <br>
[[File: xmdf_dataset_example.png]]<br>
<br>