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{Tsunami scenarios} |
---|
54 | \label{sec:tsunamiscenario} |
---|
55 | \input{tsunami_scenario} |
---|
56 | |
---|
57 | \section{Inundation model} |
---|
58 | \label{sec:anuga} |
---|
59 | \input{anuga} |
---|
60 | \input{computational_setup} |
---|
61 | |
---|
62 | \section{Data sources} |
---|
63 | \label{sec:data} |
---|
64 | \input{data} |
---|
65 | |
---|
66 | \section{Modelling results} |
---|
67 | \label{sec:results} |
---|
68 | |
---|
69 | \begin{table} \label{table:locations} |
---|
70 | \caption{Defined point locations for Tsunami impact modelling for the North West shelf: Onslow study area.} |
---|
71 | \begin{center} |
---|
72 | \begin{tabular}{|l|l|l|l|}\hline |
---|
73 | \bf{Point Name} & \bf{Easting} & \bf{Northing} & \bf{Elevation}\\ \hline |
---|
74 | Beadon Point Loading Berth & 302986.51 & 7607334.65 & -8.69 \\ \hline |
---|
75 | Hospital & 304973.04 & 7605500.42 & 7.56 \\ \hline |
---|
76 | Bindi Bindi Community & 305430.37 & 7605586.65 & 1.00 \\ \hline |
---|
77 | Power Station & 305687.62 & 7605062.62 & 5.17 \\ \hline |
---|
78 | Airport Runway & 304471.19 & 7602750.41 & 3.00 \\ \hline |
---|
79 | Beadon Creek Docks & 306622.77 & 7604706.10 & 1.76 \\ \hline |
---|
80 | West of Groyne & 306556.76 & 7605791.87 & -2.10 \\ \hline |
---|
81 | Beadon Creek mouth & 306626.50 & 7605532.27 & -2.80 \\ \hline |
---|
82 | Beadon Creek south of dock & 306676.87 & 7604408.63 & -1.49 \\ \hline |
---|
83 | Centre dam wall & 308516.86 & 7603955.82 & 3.00 \\ \hline |
---|
84 | Dam overflow & 307913.42 & 7604034.90 & 1.53 \\ \hline |
---|
85 | Light Tower & 304562.88 & 7606431.74 & 1.47 \\ \hline |
---|
86 | Beadon Bay west & 305311.01 & 7606557.16 & -4.61 \\ \hline |
---|
87 | Beadon Bay east & 307989.36 & 7606591.95 & -3.56 \\ \hline |
---|
88 | \end{tabular} |
---|
89 | \end{center} |
---|
90 | \end{table} |
---|
91 | |
---|
92 | \begin{figure}[hbt] |
---|
93 | \centerline{ \includegraphics[width=150mm, height=100mm]{../report_figures/onslow_gauge_map.jpg}} |
---|
94 | \caption{Point locations used for Onslow study.} |
---|
95 | \label{fig:points} |
---|
96 | \end{figure} |
---|
97 | \input{interpretation} |
---|
98 | \input{MSL_map} |
---|
99 | \clearpage |
---|
100 | |
---|
101 | \input{LAT_map} |
---|
102 | \clearpage |
---|
103 | |
---|
104 | \input{HAT_map} |
---|
105 | \clearpage |
---|
106 | |
---|
107 | |
---|
108 | \section{Impact modelling} |
---|
109 | \label{sec:impact} |
---|
110 | \input{damage} |
---|
111 | |
---|
112 | \section{Summary} |
---|
113 | \input{summary} |
---|
114 | |
---|
115 | \section{References} |
---|
116 | \input{references} |
---|
117 | |
---|
118 | \section{Metadata} |
---|
119 | \label{sec:metadata} |
---|
120 | \input{metadata} |
---|
121 | |
---|
122 | \section{Time series} |
---|
123 | \label{sec:timeseries} |
---|
124 | \input{latexoutput} |
---|
125 | \clearpage |
---|
126 | |
---|
127 | \end{document} |
---|