source: anuga_work/production/sydney_2006/report/sydney_2006_report.tex @ 4105

Last change on this file since 4105 was 4105, checked in by sexton, 17 years ago

nsw report updates

File size: 3.0 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\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\newcommand{\degree}{\ensuremath{^\circ}} 
40\newcommand{\sech}{\operatorname{sech}}
41
42\date{\today}
43%\author{Geoscience Australia}
44
45\begin{document}
46\title{
47\begin{figure}[hbt]
48  \centerline{ \includegraphics[scale=0.4]{../report_figures/GAlogo.jpg}}
49\end{figure}
50Tsunami inundation modelling for the NSW coastline: Generation by Submarine Mass Failures} 
51  \maketitle
52
53    \section{Executive Summary}
54    \label{sec:execsum}
55  \input{execsum}
56
57  \tableofcontents
58 
59   \section{Modelling methodology}
60    \label{sec:methodology}
61    \input{modelling_methodology}
62
63  \section{Data sources}
64    \label{sec:data}
65    \input{data}
66       
67  \section{Inundation modelling results}
68     \label{sec:results}
69         
70\input{interpretation} 
71\input{bulli_C_map} 
72 \clearpage 
73 
74\input{shovel_A_map} 
75 \clearpage 
76 
77\input{shovel_C_map} 
78 \clearpage 
79 
80\input{yacaaba_B_map} 
81 \clearpage 
82 
83\input{shovel_B_map} 
84 \clearpage 
85 
86\input{bulli_B_map} 
87 \clearpage 
88 
89\input{yacaaba_C_map} 
90 \clearpage 
91 
92\input{yacaaba_A_map} 
93 \clearpage 
94 
95\input{bulli_A_map} 
96 \clearpage 
97 
98
99
100     \section{Summary}
101     \label{sec:summary}
102     \input{summary}
103
104     %\section{Acknowledgements}
105     %\input{acknowledgements}
106     
107    \input{references}
108
109    \appendix
110   
111%   \section{Metadata}
112%     \label{sec:metadata}
113%     \input{metadata}
114     
115\section{ANUGA modelling parameters}
116\label{sec:anugasetup}
117\input{anuga_setup}
118
119\clearpage
120
121\section{Submarine Mass Failure Model}
122\label{sec:smfmodel}
123\input{smfmodel}
124
125\clearpage
126
127   \section{Time series}
128     \label{sec:timeseries}
129
130\end{document}
Note: See TracBrowser for help on using the repository browser.