Changeset 4034
- Timestamp:
- Nov 24, 2006, 5:32:25 PM (18 years ago)
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/anuga_user_manual.tex
r4018 r4034 1175 1175 \end{verbatim}} 1176 1176 1177 \section{Exploring the Model Output} 1178 1179 Now that the scenario has been run, the user can view the output in a number of ways. 1180 As described earlier, the user may run animate to view a three-dimensional representation 1181 of the simulation. 1182 1183 The user may also be interested in interrogating the solution at a particular spatial 1184 location to understand the behaviour of the system through time. To do this, the user 1185 must first define the locations of interest. A number of locations have been 1186 identified for the Cairns scenario, as shown in Figure \ref{fig:cairnsgauges}. 1187 1188 \begin{figure}[hbt] 1189 \centerline{\includegraphics[scale=0.5]{graphics/cairnsgauges.jpg}} 1190 \caption{Point locations to show time series information for the Cairns scenario.} 1191 \label{fig:cairnsgauges} 1192 1193 These locations 1194 must be stored in either a .csv or .txt file. The corresponding .csv file for 1195 the gauges shown in Figure \ref{fig:cairnsgauges} is \file{gauges.csv} 1196 1197 \verbatiminput{demos/cairns/gauges.csv}. 1198 1199 Header information has been included to identify the location in terms of eastings and 1200 northings, and each gauge is given a name. The elevation column can be zero here. 1201 This information is then passed to the function sww2timeseries (shown in 1202 \file{GetTimeseries.py} which generates figures for 1203 each desired quantity for each point location. 1204 1205 verbatiminput{demos/cairns/GetTimeseries.py} 1206 1207 The user may also be interested in a maximum inundation map. This simply shows the 1208 maximum water depth over the domain and is achieved with the function sww2dem (described in 1209 Section \label{sec:basicfileconversions}). 1210 \file{ExportResults.py} demonstrates how this function can be used: 1211 1212 \verbatiminput{demos/cairns/ExportResults.py} 1213 1214 Here, the maximum water depth is shown for the region defined in \file{project.py} and 1215 is shown in Figures \ref{fig:maxdepthcairnsslump} and \ref{fig:maxdepthcairnsfixedwave}. 1216 The user could develop a maximum absolute momentum or other expressions which can be 1217 derived from the quantities. 1218 1219 \begin{figure}[hbt] 1220 %\centerline{\includegraphics[scale=0.5]{graphics/}} 1221 \caption{Maximum inundation map for the Cairns slump scenario.} 1222 \label{fig:maxdepthcairnsslump} 1223 1224 \begin{figure}[hbt] 1225 %\centerline{\includegraphics[scale=0.5]{graphics/}} 1226 \caption{Maximum inundation map for the Cairns fixed wave scenario.} 1227 \label{fig:maxdepthcairnsfixedwave} 1228 1177 1229 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1178 1230 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 2476 2528 2477 2529 \subsection{Basic File Conversions} 2530 \label{sec:basicfileconversions} 2478 2531 2479 2532 \begin{funcdesc}{sww2dem}{basename_in, basename_out = None,
Note: See TracChangeset
for help on using the changeset viewer.