Changeset 4034


Ignore:
Timestamp:
Nov 24, 2006, 5:32:25 PM (17 years ago)
Author:
sexton
Message:

updating demo stuff in usermanual

Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_user_manual.tex

    r4018 r4034  
    11751175\end{verbatim}}
    11761176
     1177\section{Exploring the Model Output}
     1178
     1179Now that the scenario has been run, the user can view the output in a number of ways.
     1180As described earlier, the user may run animate to view a three-dimensional representation
     1181of the simulation.
     1182
     1183The user may also be interested in interrogating the solution at a particular spatial
     1184location to understand the behaviour of the system through time. To do this, the user
     1185must first define the locations of interest. A number of locations have been
     1186identified 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
     1193These locations
     1194must be stored in either a .csv or .txt file. The corresponding .csv file for
     1195the gauges shown in Figure \ref{fig:cairnsgauges} is \file{gauges.csv}
     1196
     1197\verbatiminput{demos/cairns/gauges.csv}.
     1198
     1199Header information has been included to identify the location in terms of eastings and
     1200northings, and each gauge is given a name. The elevation column can be zero here.
     1201This information is then passed to the function sww2timeseries (shown in
     1202\file{GetTimeseries.py} which generates figures for
     1203each desired quantity for each point location.
     1204
     1205verbatiminput{demos/cairns/GetTimeseries.py}
     1206
     1207The user may also be interested in a maximum inundation map. This simply shows the
     1208maximum water depth over the domain and is achieved with the function sww2dem (described in
     1209Section \label{sec:basicfileconversions}).
     1210\file{ExportResults.py} demonstrates how this function can be used:
     1211
     1212\verbatiminput{demos/cairns/ExportResults.py}
     1213
     1214Here, the maximum water depth is shown for the region defined in \file{project.py} and
     1215is shown in Figures \ref{fig:maxdepthcairnsslump} and \ref{fig:maxdepthcairnsfixedwave}.
     1216The user could develop a maximum absolute momentum or other expressions which can be
     1217derived 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
    11771229%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    11781230%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    24762528
    24772529\subsection{Basic File Conversions}
     2530\label{sec:basicfileconversions}
    24782531
    24792532  \begin{funcdesc}{sww2dem}{basename_in, basename_out = None,
Note: See TracChangeset for help on using the changeset viewer.