source: anuga_work/production/hobart_2006/report/hobart_2006_report.tex @ 3725

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

oops - forgot one

File size: 4.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% * 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\usepackage{rotating}
30\include{appendix}
31\setstretch{1.25}
32\topmargin 0pt
33\oddsidemargin 0pt
34\evensidemargin 0pt
35\marginparwidth 0.5pt
36\textwidth \paperwidth
37\advance\textwidth -2in
38
39
40\date{\today}
41%\author{Geoscience Australia}
42
43\begin{document}
44\title{
45\begin{figure}[hbt]
46  \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}}
47\end{figure}
48Tsunami impact modelling for the Tasmania: Hobart} 
49  \maketitle
50
51    \section{Executive Summary}
52    \label{sec:execsum}
53  \input{execsum}
54
55  \tableofcontents
56 
57  \section{Introduction}
58    \label{sec:intro}
59  \input{introduction}
60
61   \section{Modelling methodology}
62    \label{sec:methodology}
63    \input{modelling_methodology}
64   
65  %\section{Tsunami scenarios}
66  %  \label{sec:tsunamiscenario}
67  %  \input{tsunami_scenario}
68
69  \section{Data sources}
70    \label{sec:data}
71    \input{data}
72   
73   \section{Inundation model}
74    \label{sec:anuga}
75    \input{anuga}
76    \input{computational_setup}
77       
78  \section{Inundation modelling results}
79     \label{sec:results}
80         
81\begin{table} \begin{center} 
82\caption{Defined point locations for hobart study area.}
83\label{table:locations}
84\begin{tabular}{|l|l|l|l|}\hline
85\bf{Point Name} & \bf{Easting} & \bf{Northing} & \bf{Elevation}\\ \hline
86St 10 & 540651.00 & 5236544.00 & 0.00 \\ \hline 
87St 12 & 534735.00 & 5234376.00 & 0.00 \\ \hline 
88St 13 & 533266.00 & 5237952.00 & 0.00 \\ \hline 
89St 24 & 526314.00 & 5205738.00 & 0.00 \\ \hline 
90Kingston & 526581.00 & 5241268.00 & 0.00 \\ \hline 
91HobartWarf & 527257.00 & 5251866.00 & 0.00 \\ \hline 
92Oil & 526824.00 & 5255822.00 & 0.00 \\ \hline 
93BelleriveBeach & 530798.00 & 5252544.00 & 0.00 \\ \hline 
94St 1 & 553902.00 & 5251497.00 & 0.00 \\ \hline 
95St 2 & 551643.00 & 5253212.00 & 0.00 \\ \hline 
96D1 & 543176.00 & 5218136.00 & 0.00 \\ \hline 
97D2 & 531296.00 & 5232876.00 & 0.00 \\ \hline 
98D3 & 530050.00 & 5240869.00 & 0.00 \\ \hline 
99D4 & 531150.00 & 5249083.00 & 0.00 \\ \hline 
100D5 & 528297.00 & 5252936.00 & 0.00 \\ \hline 
101D6 & 527685.00 & 5255201.00 & 0.00 \\ \hline 
102\end{tabular} 
103  \end{center} 
104 \end{table} 
105 
106\begin{figure}[hbt]
107 \centerline{ \includegraphics[width=\paperwidth]{../report_figures/hobart_gauge.jpg}}
108\caption{Point locations used for Hobart study.} 
109\label{fig:points}
110\end{figure}
111\input{interpretation} 
112\input{mw87_map} 
113 \clearpage 
114 
115\input{mw85_map} 
116 \clearpage 
117 
118
119  % \section{Impact due to data accuracy}
120  %   \input{discussion}
121  %   \label{sec:issues}
122
123     \section{Summary}
124     \label{sec:summary}
125     \input{summary}
126
127     \section{Acknowledgements}
128     \input{acknowledgements}
129     
130    \input{references}
131
132    \appendix
133   
134   \section{Metadata}
135     \label{sec:metadata}
136     \input{metadata}
137
138\pagebreak
139
140   \section{Time series}
141     \label{sec:timeseries}
142\input{latexoutput} 
143 \clearpage 
144 
145
146
147%\pagebreak
148
149 %  \section{Damage modelling inputs}
150 %    \label{sec:damageinputs}
151 %    \input{damage_inputs}
152
153\end{document}
Note: See TracBrowser for help on using the repository browser.