source: production/onslow_2006/report/modelling_methodology.tex @ 3242

Last change on this file since 3242 was 3240, checked in by sexton, 19 years ago

textual updates

File size: 3.2 KB
Line 
1Tsunami hazard models have been available for some time. They generally
2work by converting the energy released by a subduction earthquake into
3a vertical displacement of the ocean surface. The resulting wave is
4then propagated across a sometimes vast stretch of ocean using a
5relatively coarse model based on bathymetries with a typical
6resolution of two arc minutes (check this with David).
7The maximal wave height at a fixed contour line near the coastline
8(e.g.\ 50m) is then reported as the hazard to communities ashore.
9Models such as Method of Splitting Tsunamis (MOST) \cite{VT:MOST} and the
10URS Corporation's
11Probabilistic Tsunami Hazard Analysis 
12\cite{somerville:urs} follow this paradigm.
13
14To capture the \emph{impact} of a hydrological disaster such as tsunamis on a
15community one must model the details of how waves are reflected and otherwise
16shaped by the local bathymetries as well as the dynamics of the
17runup process onto the topography in question.
18It is well known that local bathymetric and topographic effects are
19critical in determining the severity of a hydrological disaster
20\cite{matsuyama:1999}. To model the
21details of tsunami inundation of a community one must therefore capture what is
22known as non-linear effects and use a much higher resolution for the
23elevation data.
24Linear models typically use data resolutions of the order
25of hundreds of metres, which is sufficient to model the tsunami waves
26in deeper water where the wavelength is longer.
27Non-linear models however require much finer resolution in order to capture
28the complexity associated with the water flow from off to onshore. By contrast, the data
29resolution required is typically of the order of tens of metres.
30The model ANUGA \cite{ON:modsim} is suitable for this type of non-linear
31modelling.
32Using a non-linear model capable of resolving local bathymetric effects
33and runup using detailed elevation data will require much more computational
34resources than the typical hazard model making it infeasible to use it
35for the entire, end-to-end, modelling.
36
37We have adopted a hybrid approach whereby we use the output from the 
38hazard model MOST as input to ANUGA at the seaward boundary of its study area.
39In other words, the output of MOST serves as boundary condition for the
40ANUGA model. In this way, we restrict the computationally intensive part only to
41regions where we are interested in the detailed inundation process. 
42
43Furthermore, to avoid unnecessary computations ANUGA works with an
44unstructured triangular mesh rather than the rectangular grids
45used by e.g.\ MOST. The advantage of an unstructured mesh
46is that different regions can have different resolutions allowing
47computational resources to be directed where they are most needed.
48For example, one might use very high resolution near a community
49or in an estuary, whereas a coarser resolution may be sufficient
50in deeper water where the bathymetric effects are less pronounced.
51Figure \ref{fig:refinedmesh} shows a mesh of variable resolution.
52
53\begin{figure}[hbt]
54
55  \centerline{ \includegraphics[width=100mm, height=75mm]
56             {../report_figures/refined_mesh.jpg}}
57
58  \caption{Unstructured mesh with variable resolution.}
59  \label{fig:refinedmesh}
60\end{figure}
61   
62
63
64
65 
Note: See TracBrowser for help on using the repository browser.