Changes between Version 3 and Version 4 of AnalysingResultQuestions


Ignore:
Timestamp:
Oct 20, 2008, 2:11:46 PM (15 years ago)
Author:
rwilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalysingResultQuestions

    v3 v4  
    1111Read the doc string for more information.
    1212
     13== How do I extract elevation and other quantities from a SWW file? ==
     14
     15The function {{{sww2dem}}} can extract any quantity, or expression using
     16quantities, from a SWW file as used in
     17the Cairns example described earlier. This function is used in {{{ExportResults.py}}}
     18in the Cairns demo folder where stage, absolute momentum, depth, speed and elevation
     19can be exported from the input {{{.sww}}} file. Note that depth, absolute momentum and speed
     20are expressions and stage and elevation are quantities. In addition to extracting a particular
     21quantity or expression, the user can define a region to extract these values by
     22defining the minimum and maximum of both the easting and northing coordinates. The function
     23also calls for a grid resolution, or cell size, to extract these values at. It is
     24recommended to align this resolution with the mesh resolution in the desired region and to not
     25generate a fine grid where the model output cannot support that resolution.
     26