RES to RES: Difference between revisions

Content deleted Content added
Line 39:
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 -typeH results_developed.xmdf results_existing.xmdf</tt></li>
<li>Extracts the difference in water level, the output is results_developed minus results_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 -dif -typeH -t99999 -nowetdry results_developed.xmdf results_existing.xmdf</tt></li>
</ol>
 
==Duration==