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

Last change on this file since 3285 was 3253, checked in by sexton, 18 years ago

few more changes

File size: 4.1 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% * outline of the modelling methodology provided in modelling_methodology.tex
9% * the tsunami-genic event should be discussed in tsunami_scenario.tex
10% * an computational_setup.tex file needs to be written for the particular scenario
11% * the interpretation of the results needs to be written to interpretation.tex
12% * maximum inundation maps need to be included in HAT_map.tex and LAT_map.tex etc.
13% * damage modelling maps need to be included in HAT_damage and LAT_damage etc.
14% * a summary must be written into summary.tex
15% * metadata for the scenario data to be included in metadata.tex
16
17\documentclass{article}
18
19\usepackage{ae} % or {zefonts}
20\usepackage[T1]{fontenc}
21\usepackage[ansinew]{inputenc}
22\usepackage{amsmath}
23\usepackage{amssymb}
24\usepackage{graphicx}
25\usepackage{color}
26\usepackage[colorlinks]{hyperref}
27\usepackage{lscape} %landcape pages support
28\usepackage{setspace}
29\setstretch{1.25}
30\topmargin 0pt
31\oddsidemargin 0pt
32\evensidemargin 0pt
33\marginparwidth 0.5pt
34\textwidth \paperwidth
35\advance\textwidth -2in
36
37
38\date{\today}
39%\author{Geoscience Australia}
40
41\begin{document}
42\title{
43\begin{figure}[hbt]
44  \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}}
45\end{figure}
46Tsunami impact modelling for the North West shelf: Onslow} 
47  \maketitle
48
49  \tableofcontents
50
51    \section{Executive Summary}
52    \label{sec:execsum}
53  \input{execsum}
54 
55  \section{Introduction}
56    \label{sec:intro}
57  \input{introduction}
58
59   \section{Modelling methodology}
60    \label{sec:methodology}
61    \input{modelling_methodology}
62   
63  \section{Tsunami scenarios}
64    \label{sec:tsunamiscenario}
65    \input{tsunami_scenario}
66
67   \section{Inundation model}
68    \label{sec:anuga}
69    \input{anuga}
70    \input{computational_setup}
71   
72  \section{Data sources}
73    \label{sec:data}
74    \input{data}
75   
76  \section{Modelling results}
77     \label{sec:results}
78         
79\begin{table} \label{table:locations} 
80\caption{Defined point locations for Tsunami impact modelling for the North West shelf: Onslow study area.}
81\begin{center}
82\begin{tabular}{|l|l|l|l|}\hline
83\bf{Point Name} & \bf{Easting} & \bf{Northing} & \bf{Elevation}\\ \hline
84Beadon Point Loading Berth & 302986.51 & 7607334.65 & -8.69 \\ \hline 
85Hospital & 304973.04 & 7605500.42 & 7.56 \\ \hline 
86Bindi Bindi Community & 305430.37 & 7605586.65 & 1.00 \\ \hline 
87Power Station & 305687.62 & 7605062.62 & 5.17 \\ \hline 
88Airport Runway & 304471.19 & 7602750.41 & 3.00 \\ \hline 
89Beadon Creek Docks & 306622.77 & 7604706.10 & 1.76 \\ \hline 
90West of Groyne & 306556.76 & 7605791.87 & -2.10 \\ \hline 
91Beadon Creek mouth & 306626.50 & 7605532.27 & -2.80 \\ \hline 
92Beadon Creek south of dock & 306676.87 & 7604408.63 & -1.49 \\ \hline 
93Centre dam wall & 308516.86 & 7603955.82 & 3.00 \\ \hline 
94Dam overflow & 307913.42 & 7604034.90 & 1.53 \\ \hline 
95Light Tower & 304562.88 & 7606431.74 & 1.47 \\ \hline 
96Beadon Bay west & 305311.01 & 7606557.16 & -4.61 \\ \hline 
97Beadon Bay east & 307989.36 & 7606591.95 & -3.56 \\ \hline 
98\end{tabular} 
99  \end{center} 
100 \end{table} 
101 
102\begin{figure}[hbt]
103 \centerline{ \includegraphics[width=150mm, height=100mm]{../report_figures/onslow_gauge_map.jpg}}
104\caption{Point locations used for Onslow study.} 
105\label{fig:points}
106\end{figure}
107\input{interpretation} 
108\input{MSL_map} 
109 \clearpage 
110 
111
112   \section{Impact modelling}
113    \label{sec:impact}
114     \input{damage}
115
116   \section{Issues}
117     \input{discussion}
118\label{sec:issues}
119
120     \section{Summary}
121     \input{summary}
122     
123    \input{references}
124   
125   \section{Metadata}
126     \label{sec:metadata}
127     \input{metadata}
128
129   \section{Time series}
130     \label{sec:timeseries}
131     
132   \section{Damage modelling inputs}
133     \label{sec:damageinputs}
134     \input{damage_inputs}
135\input{latexoutput20060515001733} 
136 \clearpage 
137 
138\end{document}
Note: See TracBrowser for help on using the repository browser.