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