Changeset 3064 for production
- Timestamp:
- Jun 5, 2006, 9:51:53 AM (18 years ago)
- Location:
- production/onslow_2006
- Files:
-
- 59 added
- 72 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r3015 r3064 85 85 label_id, 86 86 report = True, 87 plot_quantity = ['stage', ' velocity'],87 plot_quantity = ['stage', 'speed'], 88 88 time_min = None, 89 89 time_max = None, -
production/onslow_2006/report/HAT_damage.tex
r2974 r3064 1 1 \begin{figure}[hbt] 2 2 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.jpg}} 3 \caption{Damage modelling for highest astronomical tide for Onslow region (in m).}3 \caption{Damage modelling for 1.5 AHD for Onslow region.} 4 4 \label{fig:HAT_damage} 5 5 \end{figure} -
production/onslow_2006/report/HAT_map.tex
r2974 r3064 1 1 \begin{figure}[hbt] 2 2 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.jpg}} 3 \caption{Maximum inundation map for highest astronomical tidefor Onslow region (in m).}3 \caption{Maximum inundation map for 1.5 AHD for Onslow region (in m).} 4 4 \label{fig:HAT_max_inundation} 5 5 \end{figure} -
production/onslow_2006/report/LAT_damage.tex
r2974 r3064 1 1 \begin{figure}[hbt] 2 2 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.jpg}} 3 \caption{Damage modelling for lowest astronomical tide for Onslow region (in m).}3 \caption{Damage modelling for -1.5 AHD for Onslow region.} 4 4 \label{fig:LAT_damage} 5 5 \end{figure} -
production/onslow_2006/report/LAT_map.tex
r2974 r3064 1 1 \begin{figure}[hbt] 2 2 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.jpg}} 3 \caption{Maximum inundation map for lowest astronomical tidefor Onslow region (in m).}3 \caption{Maximum inundation map for -1.5 AHD for Onslow region (in m).} 4 4 \label{fig:LAT_max_inundation} 5 5 \end{figure} -
production/onslow_2006/report/MSL_damage.tex
r2974 r3064 1 1 \begin{figure}[hbt] 2 2 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.jpg}} 3 \caption{Damage modelling for mean sea level for Onslow region (in m).}3 \caption{Damage modelling for 0 AHD for Onslow region.} 4 4 \label{fig:MSL_damage} 5 5 \end{figure} -
production/onslow_2006/report/MSL_map.tex
r2974 r3064 1 1 \begin{figure}[hbt] 2 2 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.jpg}} 3 \caption{Maximum inundation map for mean sea levelfor Onslow region (in m).}3 \caption{Maximum inundation map for 0 AHD for Onslow region (in m).} 4 4 \label{fig:MSL_max_inundation} 5 5 \end{figure} -
production/onslow_2006/report/computational_setup.tex
r3024 r3064 1 To initiate the modelling, the computational mesh is constructed to 2 cover the available data. The resolution is chosen to balance 1 To initiate the modelling, a computational triangular mesh is constructed to 2 cover the study regions which has an area of around 6300 km$^2$. 3 The cell size is chosen to balance 3 4 computational time and desired resolution in areas of interest, 4 particularly in the interface between the on and offshore. The 5 following figure illustrates the data extent for the 6 scenario and where further mesh refinement has been made. The choice 5 particularly in the interface between the on and offshore. 6 Figure \ref{fig:onslow_area} illustrates the data extent for the 7 scenario, the study area and where further mesh refinement has been made. 8 The choice 7 9 of the refinement is based around the important inter-tidal zones and 8 10 other important features such as islands and rivers. The most northern 9 11 boundary of the study area is placed approximately around the 100m contour 10 12 line. 11 The resultant computational mesh is then seen in figure \ref{fig:mesh_onslow}12 which has an area of around 6300 km$^2$.13 13 14 14 \begin{figure}[hbt] … … 17 17 {../report_figures/onslow_data_poly.png}} 18 18 19 \caption{Study area for Onslow scenario highlighting areas of increased refinement.} 19 \caption{Study area for Onslow scenario highlighting areas of increased refinement. 20 The underlying data is as in Figure \ref{fig:onslow_data_area}.} 20 21 \label{fig:onslow_area} 21 22 \end{figure} 22 23 24 For the simulations, we have chosen a cell area of 500 m$^2$ per triangle for the 25 region surrounding the Onslow town centre. It is worth noting here that the cell 26 area will be the maximum cell area within the defined region and that each cell in 27 the region does not necessarily have the same area. The cell area is increased 28 to 2500 m$^2$ for the region surrounding the coast and further increased 29 to 20000 m$^2$ for the region reaching approximately the 50m contour line. 30 The remainder of the study area has a cell area of 100000 m$^2$. 31 The resultant computational mesh is then seen in Figure \ref{fig:mesh_onslow}. 32 33 With these cell areas in place, the study area consists of 440150 triangles 34 in which water levels and momentums are tracked through time. 35 The associated lateral accuracy 36 for these cell areas is approximatly 30m, 70m, 200m and 445m for the respective 37 areas. This means 38 that we can only be confident in the calculated inundation extent to approximately 39 30m lateral accuracy within the Onslow town centre. 40 Referring to the discussion in Section \ref{sec:anuga}, it is important 41 to refine the mesh to be commensurate with the underlying data especially in 42 those regions where complex behaviour will occur, such as the inter-tidal 43 zone and estuaries. Our choice of cell area for the region surrounding the 44 Onslow town centre is commensurate with the onshore data used for this study 45 (see Section \ref{sec:data}). In contrast to the onshore data, the offshore 46 data is a series of survey points which is typically not supplied on a fixed 47 grid which complicates the issue of determining an appropriate cell area. 48 If we refer to the discussion in Section \ref{sec:data} 49 on modelling a tsunami wave in deep water, we can determine an appropriate 50 cell area for the deeper water. Here, 51 the wavelength of the tsunami wave is approximately 20km 52 near the boundary, which indicates that our cell area is more than adequate 53 to propagate the tsunami wave. 23 54 24 55 \begin{figure}[hbt] 25 56 26 %\centerline{ \includegraphics[width=100mm, height=75mm]27 % {../report_figures/.png}}57 \centerline{ \includegraphics[width=100mm, height=75mm] 58 {../report_figures/mesh.jpg}} 28 59 29 \caption{Computational mesh for Onslow study area }60 \caption{Computational mesh for Onslow study area.} 30 61 \label{fig:mesh_onslow} 31 62 \end{figure} 32 63 33 For the simulations, we have chosen a resolution of 500 m$^2$ for the34 region surrounding the Onslow town centre. The resolution is increased35 to 2500 m$^2$ for the region surrounding the coast and further increased36 to 20000 m$^2$ for the region reaching approximately the 50m contour line.37 The remainder of the study area has a resolution of 100000 m$^2$.38 With these resolutions in place, the study area consists of 440150 triangles.39 The associated accuracy40 for these resolutions is approximatly 22m, 50m, 140m and 315m for the increasing41 resolutions. This means42 that we can only be confident in the calculated inundation to approximately43 22m accuracy within the Onslow town centre.44 This is because ANUGA calculates whether each cell in the triangular45 mesh is wet or dry. It is important46 to refine the mesh to be commensurate with the underlying data especially in47 those regions where complex behaviour will occur, such as the inter-tidal48 zone and estuaries.49 64 50 Whilst friction has been incorporated into the model, we have not 51 implemented it here. 52 We have an outstanding issue with regard how friction is 53 modelled which is not yet resolved. 65 -
production/onslow_2006/report/damage.tex
r3024 r3064 1 1 2 This section deals with modelling the damage to infrastructure as a result 3 of the inundation described in the previous sections. 4 The National Building Exposure Database (NBED) has been 2 This section deals with impact modelling which covers damage 3 modelling and economic impact analysis. 4 5 Damage modelling refers to damage 6 to infrastructure as a result 7 of the inundation described in the previous sections. The infrastructure 8 refers to residential structures only and is sourced from the 9 the National Building Exposure Database (NBED). The NBED has been 5 10 created by Geoscience Australia so that consistent risk assessments for a range 6 of natural hazards can be conducted~7 \footnote{http://www.ga.gov.au/urban/projects/ramp/NBED.jsp}.8 The NBEDcontains information9 about buildings, people, infrastructure, structure value and building contents.10 It is important to note here that the NBED contains information about 11 residential structures only.From this database, we find that there11 of natural hazards can be 12 conducted\footnote{http://www.ga.gov.au/urban/projects/ramp/NBED.jsp}. 13 It contains information 14 about residential buildings, people, infrastructure, 15 structure value and building contents. 16 From this database, we find that there 12 17 are 325 residential structures and a population of approximately 770 13 18 in Onslow \footnote{Population is determined by census data and an ABS housing survey). … … 15 20 Once the maximum inundation is calculated for each building, the resultant 16 21 damage 17 can thenbe determined as a function of its type and location from the22 can be determined as a function of its type and location from the 18 23 coastline, \cite{ken:damage}. 24 25 results here 19 26 20 27 Impact on indigeneous communities are important considerations when determining 21 28 tsunami impact, especially as a number of communities exist in coastal regions. 22 These communities are typ cially not included in national residential databases29 These communities are typically not included in national residential databases 23 30 and would be therefore overlooked in damage model estimates. 24 31 There is one indigeneous community located in this study area as seen 25 in figure26 \ref{fig: communities}. The population of the Bindibindi community is 14032 in Figure 33 \ref{fig:gauges}. The population of the Bindibindi community is 140 27 34 and is situated in a potentially vulnerable location. 28 35 29 \begin{figure}[hbt] 36 discussion on Mary's outputs 30 37 31 \centerline{ \includegraphics[width=100mm, height=75mm]32 {../report_figures/onslow_communities.png}}33 34 \caption{Location of indigeneous communities in study area.}35 \label{fig:communities}36 \end{figure} -
production/onslow_2006/report/data.tex
r3024 r3064 1 1 The calculated run-up height and resulting inundation ashore is determined by 2 the input topographic and bathymetric data, the forcing terms, the3 initial and boundary conditions, as well as the cell resolution. It4 would be ideal if the data adequately captures all complex features 5 of the underlying bathymetry and topography and that the cell 6 resolution be commensurate with the underlying data. Any limitations 7 i n terms of resolution and accuracy in the data will introduce8 errors to the inundation maps as well as the range of model approximations, 9 including the cell resolution.2 the input topographic and bathymetric elevation, the forcing terms, the 3 initial and boundary conditions, as well as the cell area of the computational 4 mesh. 5 Ideally, the data should adequately capture all complex features 6 of the underlying bathymetry and topography and that mesh 7 is commensurate with the underlying data. Any limitations 8 in the resolution and accuracy of the data will introduce 9 errors to the inundation maps as well as the model approximations. 10 10 11 A number of sources have supplied data for this study. With11 Data for this study have been sourced from a number of agencies. With 12 12 respect to the onshore data, the Defence Imagery and Geospatial 13 13 Organisation (DIGO) supplied the DTED (Digital Terrain Elevation … … 15 15 Warning System use only. This data has a resolution of 1 second 16 16 (about 30 metres), produced from 1:50 000 contours, elevations and 17 drainage. The Department of Land Information (DLI) has provided a 18 20m DEM and orthophotography covering the NW Shelf. As the 30m 19 DTED Level 2 data is bare earth we have chosen to use this as 20 the onshore data set. 17 drainage. In addition, the Department of Land Information (DLI) has provided a 18 20m DEM and orthophotography covering the NW Shelf. However, the 30m 19 DTED Level 2 data is "bare earth" whereas the DLI data is distorted by vegetation 20 and buildings so we have chosen to use the DTED as the onshore 21 topographic data set. 21 22 22 23 With respect to the offshore data, the Department of Planning and 23 Infrastructure have provided state digital fairsheet data around24 Infrastructure (DPI) have provided state digital fairsheet data around 24 25 Onslow. This data covers only a very small geographic area. (Note, 25 similar data has also been provided for Pt Hedland and Broome.) 26 The Australian Hydrographic Office fairsheet data has also been utilised. 26 similar data has been provided for Pt Hedland and Broome by DPI.) 27 The Australian Hydrographic Office (AHO) has supplied extensive 28 fairsheet data which has also been utilised. 27 29 28 30 In summary, … … 34 36 DLI & Onshore, 20m DEM and orthophotography \\ \hline 35 37 DPI & Offshore, fairsheet data around Onslow \\ \hline 38 AHO & Offshore, fairsheet data for North West Shelf region \\ \hline 36 39 \end{tabular} 37 40 \end{center} 38 41 39 42 The coastline has been generated from the DIGO DTED Level 2 and modified 40 using the aerial photography and t he two detailed surveys provided43 using the aerial photography and two detailed surveys provided 41 44 by WA Department of Planning and Infrastructure. 42 45 43 46 The extent of the 44 47 data used for the tsunami impact modelling can be seen in the 45 following figure. The study area covers approximately 100km of coastline48 Figure \ref{onslow_data_area}. The study area covers approximately 100km of coastline 46 49 and extends offshore to the 100m contour line and inshore to approximately 10m 47 50 elevation. … … 57 60 58 61 59 Section \ref{sec:metadata} outlines themetadata for data used for62 Section \ref{sec:metadata} provid more details and metadata for data used for 60 63 this study. 61 64 -
production/onslow_2006/report/interpretation.tex
r3004 r3064 1 %\clearpage 2 The following subsections detail the time series at the locations 3 described in the previous table 4 %table \ref{table:gaugelocations} 5 for Highest Astronomical Tide (HAT), Lowest Astronomical Tide (LAT) and 6 Mean Sea Level (MSL) conditions. These locations 7 have been chosen to assist in describing the features of the tsunami wave 8 and the resultant impact ashore. Here, we assume that MSL coincides with 9 AHD zero. This is a standard assumption and confirmed with the WA DPI. 10 The graph ranges for both stage and 11 velocity are made consistent for each of comparison. In addition, velocities 12 under 0.001 m/s are not shown. As a useful benchmark, the following table 1 2 The following attempts to describe the main features of the 3 tsunami wave and resultant impact ashore. To assist this description, we have 4 chosen a number of locations which we believe would be important 5 in an emergency situation, such as the hospital and power station, or 6 effect recovery efforts, such as the airport and docks. These locations 7 are described in table \ref{table:gaugelocations} and shown in 8 Figure \ref{fig:gauges}. The supporting graphs are shown in 9 Section \ref{sec:timeseries} which show how the stage and speed 10 vary with time at a particular location. Stage is 11 defined as the water depth above the point elevation. 12 For ease of comparison, 13 the graphs ranges are made consistent and speeds under 0.001 m/s 14 are not shown. As a useful benchmark, the table 15 \ref{table:speed_examples} 13 16 describes typical examples for a range of velocities found in the 14 17 simulations. … … 32 35 \end{table} 33 36 34 In simulating different tidal conditions, we assume that the35 tidal conditions are the same for all locations in the study region.36 It is worth noting here that ANUGA does not model tidal effects (that is,37 the change in water height over time). To incorporate this effect in38 a consistent way would also involve having information about the39 difference in tide heights for every location in the region. This40 information is not available on a national scale,41 therefore our approach of applying a uniform change in water42 height is a reasonable one.43 37 44 The Australian Hydrographic Office fair sheet for Onslow describes the 45 chart datum to be LAT with MSL and HAT being 1.5 and 3 respectively. This 46 then places HAT and LAT at 1.5 AHD and -1.5 AHD respectively. Other 47 detail on the chart describes the blah de blah mark to be MHWS. 48 49 Hamish/Kathryn - does the Onslow coastline coincide with the yellow bit on the 50 Onslow map? If so, does that place AHD 0 at MHWS? 51 52 It is evident from figure \ref{fig:ic_high} 53 that much of Onslow would be inundated at Highest Astronomical Tide (HAT) 54 (1.5m above MSL). 55 HAT is the projected tide on a 19 year cycle (occurring when a number of 56 astronomical conditions happen simultaneously), and Mean High Water Springs 57 (MHWS) is the tide which is projected to occur ... (get the words 58 from the ANTT 06). The 59 Australian National Tidal Tables 2006 determines MHWS for Onslow to be 1m 60 (adjusted to AHD) which also places regions within the study area under 61 water before a tsunami wave reaches the shore. Using HAT or even 62 MHWS in this way has significant infrastructure inundated which does not 63 seem reasonable. Therefore, we show results for MSL only and 64 provide a 65 qualitative discussion on the changes to the inundation at HAT and LAT. 66 67 \begin{figure}[hbt] 68 69 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.png}} 70 71 \caption{Initial condition for mean sea level.} 72 \label{fig:ic_zero} 73 \end{figure} 74 75 \begin{figure}[hbt] 76 77 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.png}} 78 79 \caption{Initial condition for lowest astronomical tide.} 80 \label{fig:ic_low} 81 \end{figure} 82 83 \begin{figure}[hbt] 84 85 %\centerline{ \includegraphics[width=100mm, height=75mm]{../report_figures/.png}} 86 87 \caption{Initial condition for highest astronomical tide.} 88 \label{fig:ic_high} 89 \end{figure} 90 91 Examining the offshore gauges, the drawdown prior to the tsunami wave 38 Examining the offshore locations, the drawdown prior to the tsunami wave 92 39 arriving at the shore can be seen to occur around 230 mins 93 40 (3.8 hours) after the tsunami is generated. … … 95 42 West of Groyne and the mouth of Beadon Creek, for example. The first wave 96 43 after the drawdown ranges from approximatly 2m in the 97 west of Beadon Bay to 1.5m in the east of Beadon Bay. The velocity44 west of Beadon Bay to 1.5m in the east of Beadon Bay. The speed 98 45 sharply increases at drawdown with further increases as the 99 46 wave grows in amplitude. … … 105 52 and the direction of the tsunami wave. 106 53 107 The maximum velocity found for the offshore gauges occursat the West of108 Groyne location with velocities halved at the Beadon Bay west location.109 The Beadon Bay west velocity is greater that the gauge inthe east of Beadon110 Bay . There is similar differences in amplitude (from drawdown to maximum111 amplitude), however, the west gauge is in deeper water than the east112 gauge which may indicate the increased velocityfound in the east of the54 The maximum speed found for the offshore locations occur at the West of 55 Groyne location with speeds halved at the Beadon Bay west location. 56 The Beadon Bay west speed is greater that the east of Beadon 57 Bay location. There is similar differences in amplitude (from drawdown to maximum 58 amplitude), however, the western location is in deeper water than the eastern 59 location which may indicate the increased speed found in the east of the 113 60 bay. 114 61 … … 121 68 %West of Groyne and Beadon Creek locations. 122 69 123 ({\bf Note, these words are assuming that the current simulations are OK,124 and will have to be updated once we have more information about125 the tides etc}).126 70 It is evident for each simulation that the sand dunes west of 127 Onslow are very effective in halting the tsunami wave. The height of these 71 Onslow are very effective in halting the tsunami wave, 72 see Figures \ref{fig:HAT_map}, \ref{fig:MSL_map} and 73 \ref{fig:LAT_map}. The height of these 128 74 sand dunes are approximately 10m which is more than enough to halt 129 75 the largest of the tsunami waves which occurs for the 130 high tide simulation. There is inundation between the sand dunes at high 131 tide, however, this water penetrated from the north east (via 132 Onslow town cetnre) rather than seaward. 76 1.5 AHD simulation. There is inundation between the sand dunes at high 77 tide, Figure \ref{fig:HAT_map}, however, this water 78 penetrated from the north east (via 79 Onslow town centre) rather than seaward. 133 80 The same feature is evident for the sand dunes east of Onslow which 134 rise to 15m in height. Currently, ANUGA cannot model changes81 rise to 15m in height. Currently, we do not model changes 135 82 to the bathymetry or topography due to effects of the water flow. 136 83 Therefore, we do not know whether these sand dunes would withstand the … … 138 85 139 86 The wave penetrates the river east of Onslow with increasingly 140 greater inundation as the tide changes from LAT to HAT.87 greater inundation between the -1.5 AHD and 1.5 AHD simulations. 141 88 142 As expected, there is greater inundation at high tide. The major road89 As expected, there is greater inundation at 1.5 AHD. The major road 143 90 into Onslow, the Onslow Mount Stuart Rd, remains free of inundation for 144 all tidal scenarios. Beadon Creek Rd which services the wharf in the 145 river becomes increasingly inundated as the tide rises. Only the 146 entry to the wharf on Beadon Creek Rd is sufficiently inundated at LAT 147 to stop traffic. At HAT however, essentially the entire road 91 all simulations. Beadon Creek Rd which services the wharf in the 92 river becomes increasingly inundated as the initial condition 93 changes from 0 AHD to 1.5 AHD. Only the 94 entry to the wharf on Beadon Creek Rd is sufficiently inundated at -1.5 AHD 95 to stop traffic. At 1.5 AHD however, essentially the entire road 148 96 would be impassable. 149 97 150 98 There is significant inundation of at 151 least 2m on the foreshore of Onslow for MSL and HAT. 152 The inundation extent increases as the tide rises, pushing the edges 99 least 2m on the foreshore of Onslow for 0 AHD and 1.5 AHD. 100 The inundation extent increases the initial condition increases above 0 AHD, 101 pushing the edges 153 102 of the majority of the road infrastructure in the Onslow town centre. -
production/onslow_2006/report/introduction.tex
r3024 r3064 18 18 is part of the Shire of Ashburton in the Pilbara region of Western Autralia 19 19 \footnote{http://www.pdc.wa.gov.au/region/political.htm}. Onslow supports 20 a variety of industries, including oil, gas, mining, cattle, fishing and tourism. 20 a variety of industries, including oil, gas, mining, cattle, 21 fishing and tourism. 21 22 22 The return period of this particular scenario is unknown, however it 23 can be be classed as a plausible event. Future studies 24 will present a series of scenarios for a range of return events to 25 assist FESA in developing appropriate plans for a range of event impacts. 26 The software tool, ANUGA, has been used to develop the inundation extent 27 and associated water height at various points in space and time. 28 ANUGA has been developed by GA and the Australian National University 29 (ANU) to solve the nonlinear shallow water 30 wave equation using the finite volume technique 31 (described in \cite{ON:modsim}). 32 An advantage of this technique is that the cell resolution can be changed 33 according to areas of interest and that wetting and drying 34 is treated robustly as part of the numerical scheme. 35 ANUGA is continually being developed and validated. 36 As such, the current results represent ongoing work 37 and may change in the future. 23 The report will outline the methods of modelling the tsunami from its 24 source to its impact ashore. Section {sec:tsunami_scenarios} provides 25 the background to the scenario used for this study. Whilst 26 the return period of this scenario is unknown, it 27 can be be classed as a plausible event. 28 Future studies 29 will present a series of scenarios for a range of periods to 30 assist FESA in developing appropriate plans for a range of event impacts. 31 The modelling technique to develop the 32 impact ashore will be discussed in Section \ref{sec:anuga} with data inputs 33 discussed in Section \ref{sec:data}. 34 Inundation results shown in Section \ref{sec:results} and 35 impact modelling results shown in Section \ref{sec:damage}. 36 The report concludes with a summary of the results detailing issues 37 regarding data and modelling. 38 38 39 The following set of information is required input to undertake the tsunami40 impact modelling and will be discussed in following sections.41 42 \begin{itemize}43 \item onshore and offshore data44 \item initial condition45 \item boundary condition46 \end{itemize}47 48 The inundation results for the Onslow area is described in section49 \ref{sec:results}. -
production/onslow_2006/report/onslow_2006_report.tex
r3016 r3064 50 50 \label{sec:intro} 51 51 \input{introduction} 52 52 53 \section{Tsunami scenarios} 54 \label{sec:tsunami_scenarios} 55 \input{tsunami_scenario} 56 57 \section{Inundation Model} 58 \label{sec:anuga} 59 \input{anuga} 60 \input{computational_setup} 61 53 62 \section{Data sources} 54 63 \label{sec:data} 55 64 \input{data} 56 65 57 \section{Tsunami scenarios} 58 \label{sec:tsunami_scenarios} 59 \input{tsunami_scenario} 60 61 \section{Inundation modelling results} 66 \section{Modelling results} 62 67 \label{sec:results} 63 \input{computational_setup} 64 65 \begin{table} \label{table:gaugelocations} 66 \caption{Defined gauge locations for Onslow study area.} 68 69 \begin{table} \label{table:locations} 70 \caption{Defined point locations for Tsunami impact modelling for the North West shelf: Onslow study area.} 67 71 \begin{center} 68 72 \begin{tabular}{|l|l|l|l|}\hline 69 \bf{ GaugeName} & \bf{Easting} & \bf{Northing} & \bf{Elevation}\\ \hline70 Beadon Point Loading Berth & 302986.51 & 7607334.65 & 0.00\\ \hline71 Hospital & 304973.04 & 7605500.42 & 0.00\\ \hline72 Bindi Bindi Community & 305430.37 & 7605586.65 & 0.00 \\ \hline73 Power Station & 305687.62 & 7605062.62 & 0.00\\ \hline74 Airport Runway & 304471.19 & 7602750.41 & 0.00 \\ \hline75 Beadon Creek Docks & 306622.77 & 7604706.10 & 0.00\\ \hline76 West of Groyne & 306556.76 & 7605791.87 & 0.00 \\ \hline77 Beadon Creek mouth & 306626.50 & 7605532.27 & 0.00 \\ \hline78 Beadon Creek south of dock & 306676.87 & 7604408.63 & 0.00\\ \hline79 Centre dam wall & 308516.86 & 7603955.82 & 0.00 \\ \hline80 Dam overflow & 307913.42 & 7604034.90 & 0.00\\ \hline81 Light Tower & 304562.88 & 7606431.74 & 0.00\\ \hline82 Beadon Bay west & 305311.01 & 7606557.16 & 0.00\\ \hline83 Beadon Bay east & 307989.36 & 7606591.95 & 0.00\\ \hline73 \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 84 88 \end{tabular} 85 89 \end{center} 86 90 \end{table} 87 91 92 93 \caption{Point locations used for Onslow study.} 94 \label{fig:points} 95 \end{figure} 88 96 \input{interpretation} 89 \subsection{Lowest Astronomical Tide} 97 \input{MSL_map} 98 \clearpage 90 99 91 100 \input{LAT_map} 92 101 \clearpage 93 102 94 \input{latexoutput20060426004237}95 \clearpage96 97 \subsection{Highest Astronomical Tide}98 99 103 \input{HAT_map} 100 \clearpage101 102 \input{latexoutput20060426004129}103 104 \clearpage 104 105 … … 106 107 \section{Damage modelling} 107 108 \input{damage} 108 \subsection{Lowest Astronomical Tide} 109 \input{MSL_damage} 110 \clearpage 109 111 110 112 \input{LAT_damage} 111 113 \clearpage 112 113 \subsection{Highest Astronomical Tide}114 114 115 115 \input{HAT_damage} … … 121 121 122 122 \section{References} 123 \input{references}124 123 \input{references} 124 125 125 \section{Metadata} 126 126 \label{sec:metadata} 127 127 \input{metadata} 128 128 129 \section{Time series} 130 \label{sec:timeseries} 131 \input{latexoutput} 132 \clearpage 133 129 134 \end{document} -
production/onslow_2006/report/references.tex
r3017 r3064 3 3 \bibitem{CB:ausgeo} Cummins, P. and Burbidge, D. (2004) 4 4 Small threat, but warning sounded for tsunami research. AusGeo News 75, 4-7. 5 6 \bibitem{BC:FESA} Burbidge, D. and Cummins, P. (2005) Preliminary Tsuanmi 7 Hazard Assesment of Western Australia. Report 8 to the Fire and Emergency Services Authority of Western Australia. 5 9 6 10 \bibitem{ON:modsim} Nielsen, O., Roberts, Gray, D., McPherson, A. and … … 11 15 URL: http://www.mssanz.org.au/modsim05/papers/nielsen.pdf 12 16 13 \bibitem{BC:FESA} Burbidge, D. and Cummins, P. (2005) Preliminary Tsuanmi14 Hazard Assesment of Western Australia. Report15 to the Fire and Emergency Services Authority of Western Australia.16 17 17 \bibitem{ken:damage} Dale, K. (year) 18 18 -
production/onslow_2006/report/summary.tex
r3015 r3064 1 1 2 2 Further modelling effort is required in the next financial year to 3 investigate the solution sensitivity to cell resolution and 4 bathymetry. Further investigation of the point at which 3 investigate the solution sensitivity to cell resolution, 4 bathymetry and tsunami source uncertainties. 5 Further investigation of the point at which 5 6 ANUGA can use the deep water model output is also required. -
production/onslow_2006/report/tsunami_scenario.tex
r3016 r3064 1 The tsunamigenic event used for this study is one used 2 to develop the preliminary tsunami hazard assessment which 3 was delivered to FESA in September 2005, 4 \cite{BC:FESA}. In that assessment, a suite of 5 tsunami were evenly spaced along the Sunda Arc subduction zone and there 1 The tsunamigenic event used for this study was developed for a 2 preliminary tsunami hazard assessment study delivered to FESA in September 2005, 3 \cite{BC:FESA}. In that assessment, a suite of Mw 9 earthquakes 4 were evenly spaced along the Sunda Arc subduction zone and there 6 5 was no consideration of likelihood. Other sources were not considered, such 7 6 as intra-plate earthquakes near the WA coast, volcanoes, landslides … … 12 11 Current studies underway in GA are building probabilistic 13 12 models to develop a more complete tsunami hazard assessment 14 for the Sunda Arc subduction zone . (This is15 due for completion in late 2006. )In the preliminary assessment for13 for the Sunda Arc subduction zone, 14 due for completion in late 2006. In the preliminary assessment for 16 15 example, it was argued that while Mw 7 and 8 earthquakes are expected 17 to occur with a greater frequency , they are likely to pose a comparatively18 low andlocalised hazard to WA.16 to occur with a greater frequency than Mw 9 events, 17 they are likely to pose a comparatively low and more localised hazard to WA. 19 18 20 19 FESA are interested in the ``most frequent worst case scenario''. Whilst … … 22 21 a plausible worst case scenario. 23 22 24 The following figure is taken from the preliminary assessment and 25 shows the maximum wave height up to the 50m contourfor a Mw 9 event off26 the coast of Java. It is this event which provides the source to the27 inundation modelling presented in the following section. 28 23 Figure \ref{fig:mw9} shows the maximum wave height up to the 50m contour 24 for a Mw 9 event off 25 the coast of Java. It is this event which provides the source and 26 boundary condition to the 27 inundation modelling presented in this report. 29 28 30 29 … … 38 37 \label{fig:mw9} 39 38 \end{figure} 39 40 \bf{run run_timeseries.py for some boundary gauges to show 41 what the source provides to teh boundary for this study.}
Note: See TracChangeset
for help on using the changeset viewer.