RES to RES: Difference between revisions
Content deleted Content added
Line 32:
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
<u>Examples</u><br>
<li><tt>res_to_res.exe -dif
Extracts the difference in water level, the output is
<li><tt>res_to_res.exe -dif -typeH -t99999 -nowetdry results_developed.xmdf results_existing.xmdf</tt></li>
Extracts the difference in water level for the maximum water level and suppresses the wet/dry check described above.
| |||