source: production/onslow_2006/report/onslow_2006_report.tex @ 2980

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

onslow report updates

File size: 3.2 KB
Line 
1
2% This is based on an automatically generated file (by make_report.py).
3%
4% Manual parts are:
5% * an abstract must be written in abstract.tex
6% * an introduction must be written in introduction.tex; a basic outline and
7%   some of the core inputs are already in place
8% * an results.tex file needs to be written for the particular scenario
9% * maximum inundation maps need to be included in HAT_map.tex and LAT_map.tex etc.
10% * damage modelling maps need to be included in HAT_damage and LAT_damage etc.
11% * the tsunami-genic event should be discussed in tsunami_scenario.tex
12% * a summary must be written into summary.tex
13% * metadata for the scenario data to be included in metadata.tex
14
15\documentclass{article}
16
17\usepackage{ae} % or {zefonts}
18\usepackage[T1]{fontenc}
19\usepackage[ansinew]{inputenc}
20\usepackage{amsmath}
21\usepackage{amssymb}
22\usepackage{graphicx}
23\usepackage{color}
24\usepackage[colorlinks]{hyperref}
25\usepackage{lscape} %landcape pages support
26\usepackage{setspace}
27\setstretch{1.25}
28\topmargin 0pt
29\oddsidemargin 0pt
30\evensidemargin 0pt
31\marginparwidth 0.5pt
32\textwidth \paperwidth
33\advance\textwidth -2in
34
35\title{Tsunami impact modelling for the North West shelf: Onslow} 
36
37\date{\today}
38\author{Geoscience Australia}
39\begin{document}
40  \maketitle
41 
42  \begin{abstract}
43    \input{abstract}
44  \end{abstract}
45 
46  \tableofcontents
47 
48  \section{Introduction}
49    \label{sec:intro}
50  \input{introduction}
51 
52  \section{Data sources}
53    \label{sec:data}
54    \input{data}
55   
56  \section{Tsunami scenarios}
57    \label{sec:tsunami_scenarios}
58    \input{tsunami_scenario}
59   
60  \section{Inundation modelling results}
61     \label{sec:results}
62     \input{results}
63     
64\begin{center} 
65 \begin{tabular}{|l|l|l|}\hline 
66 \bf{Gauge Name} & \bf{Easting} & \bf{Northing} \\ \hline 
67Beadon Point Loading Berth & 302986.51 & 7607334.65 \\ \hline 
68Hospital & 304973.04 & 7605500.42 \\ \hline 
69Bindi Bindi Community & 305430.37 & 7605586.65 \\ \hline 
70Power Station & 305687.62 & 7605062.62 \\ \hline 
71Airport Runway & 304471.19 & 7602750.41 \\ \hline 
72Beadon Creek Docks & 306622.77 & 7604706.10 \\ \hline 
73West of Groyne & 306556.76 & 7605791.87 \\ \hline 
74Beadon Creek mouth & 306626.50 & 7605532.27 \\ \hline 
75Beadon Creek south of dock & 306676.87 & 7604408.63 \\ \hline 
76Centre dam wall & 308516.86 & 7603955.82 \\ \hline 
77Dam overflow & 307913.42 & 7604034.90 \\ \hline 
78Light Tower & 304562.88 & 7606431.74 \\ \hline 
79Beadon Bay west & 305311.01 & 7606557.16 \\ \hline 
80Beadon Bay east & 307989.36 & 7606591.95 \\ \hline 
81\end{tabular} 
82 \end{center} 
83 
84\subsection{Lowest Astronomical Tide} 
85 
86\input{LAT_map} 
87 \clearpage 
88 
89\input{latexoutput20060426004237} 
90 \clearpage 
91 
92\subsection{Highest Astronomical Tide} 
93 
94\input{HAT_map} 
95 \clearpage 
96 
97\input{latexoutput20060426004129} 
98 \clearpage 
99 
100
101   \section{Damage modelling}
102     \input{damage}
103\subsection{Lowest Astronomical Tide} 
104 
105\input{LAT_damage} 
106 \clearpage 
107 
108\subsection{Highest Astronomical Tide} 
109 
110\input{HAT_damage} 
111 \clearpage 
112 
113
114   \section{Summary}
115     \input{summary}
116     
117   \section{References}
118
119   \section{Metadata}
120     \label{sec:metadata}
121     \input{metadata}
122
123\end{document}
Note: See TracBrowser for help on using the repository browser.