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 | \usepackage{pdfpages} |
---|
31 | \include{appendix} |
---|
32 | \setstretch{1.25} |
---|
33 | \topmargin 0pt |
---|
34 | \oddsidemargin 0pt |
---|
35 | \evensidemargin 0pt |
---|
36 | \marginparwidth 0.5pt |
---|
37 | \textwidth \paperwidth |
---|
38 | \advance\textwidth -2in |
---|
39 | |
---|
40 | |
---|
41 | \date{\today} |
---|
42 | %\author{Geoscience Australia} |
---|
43 | |
---|
44 | \begin{document} |
---|
45 | \title{ |
---|
46 | \begin{figure}[hbt] |
---|
47 | \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}} |
---|
48 | \end{figure} |
---|
49 | Tsunami impact modelling for Dampier} |
---|
50 | \maketitle |
---|
51 | |
---|
52 | \section{Executive Summary} |
---|
53 | \label{sec:execsum} |
---|
54 | \input{execsum} |
---|
55 | |
---|
56 | \tableofcontents |
---|
57 | |
---|
58 | \section{Modelling methodology} |
---|
59 | \label{sec:methodology} |
---|
60 | \input{modelling_methodology} |
---|
61 | |
---|
62 | \section{Data sources} |
---|
63 | \label{sec:data} |
---|
64 | \input{data} |
---|
65 | |
---|
66 | %\section{Inundation model} |
---|
67 | % \label{sec:anuga} |
---|
68 | % \input{anuga} |
---|
69 | % \input{computational_setup} |
---|
70 | |
---|
71 | \section{Inundation modelling results} |
---|
72 | \label{sec:results} |
---|
73 | |
---|
74 | \begin{figure}[hbt] \centerline{\includegraphics[scale = 0.5]{../report_figures/dampier_gauges_2.jpg}} |
---|
75 | \caption{Point locations used for Dampier study; surrounding the facility. |
---|
76 | See Appendix \ref{sec:timeseries} for stage and speed results. |
---|
77 | } |
---|
78 | \label{fig:points2} |
---|
79 | \end{figure} |
---|
80 | \begin{figure}[hbt] \centerline{\includegraphics[scale=0.5]{../report_figures/dampier_gauges_1.jpg}} |
---|
81 | \caption{Point location used for Dampier study; surrounding the middle section of the pipeline. |
---|
82 | See Appendix \ref{sec:timeseries} for stage and speed results.} |
---|
83 | \label{fig:points1} |
---|
84 | \end{figure} |
---|
85 | \begin{figure}[hbt] \centerline{\includegraphics[scale=0.5]{../report_figures/dampier_gauges_3.jpg}} |
---|
86 | \caption{Point locations used for Dampier study; section |
---|
87 | of the pipeline towards the boundary of the region and other boundary gauges. |
---|
88 | See Appendix \ref{sec:timeseries} for stage and speed results.} |
---|
89 | \label{fig:points3} |
---|
90 | \end{figure} |
---|
91 | \input{mw9_map} |
---|
92 | \clearpage |
---|
93 | |
---|
94 | |
---|
95 | |
---|
96 | \section{Summary} |
---|
97 | \label{sec:summary} |
---|
98 | \input{summary} |
---|
99 | |
---|
100 | %\section{Acknowledgements} |
---|
101 | %\input{acknowledgements} |
---|
102 | |
---|
103 | \input{references} |
---|
104 | |
---|
105 | \appendix |
---|
106 | |
---|
107 | \section{Metadata} |
---|
108 | \label{sec:metadata} |
---|
109 | \input{metadata} |
---|
110 | |
---|
111 | \section{ANUGA modelling parameters} |
---|
112 | \label{sec:anugasetup} |
---|
113 | \input{anuga_setup} |
---|
114 | |
---|
115 | \clearpage |
---|
116 | |
---|
117 | \section{Time series} |
---|
118 | \label{sec:timeseries} |
---|
119 | \input{latexoutput_cipma_020061116055135run} |
---|
120 | \clearpage |
---|
121 | |
---|
122 | \input{latexoutput_cipma_320061116055135run} |
---|
123 | \clearpage |
---|
124 | |
---|
125 | \input{latexoutput_cipma_720061116055135run} |
---|
126 | \clearpage |
---|
127 | |
---|
128 | |
---|
129 | \end{document} |
---|