Changeset 5246
- Timestamp:
- Apr 28, 2008, 6:21:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r5207 r5246 4206 4206 Read the doc string for more information. 4207 4207 4208 \subsubsection{How do I extract elevation and other quantities from a SWW file?} 4209 4210 The function \code{sww2dem} can extract any quantity, or expression using 4211 quantities, from a SWW file as used in 4212 the Cairns example described earlier. This function is used in \code{ExportResults.py} 4213 in the Cairns demo folder where stage, absolute momentum, depth, speed and elevation 4214 can be exported from the input sww file. Note that depth, absolute momentum and speed 4215 are expressions and stage and elevation are quantities. In addition to extracting a particular 4216 quantity or expression, the user can define a region to extract these values by 4217 defining the minimum and maximum of both the easting and northing coordinates. The function 4218 also calls for a grid resolution, or cell size, to extract these values at. It is 4219 recommended to align this resolution with the mesh resolution in the desired region and to not 4220 generate a fine grid where the model output cannot support that resolution. 4221 4222 4223 4208 4224 \chapter{Glossary} 4209 4225
Note: See TracChangeset
for help on using the changeset viewer.