Changeset 2991
- Timestamp:
- May 27, 2006, 7:23:19 PM (19 years ago)
- Location:
- production/onslow_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/onslow_2006/make_report.py
r2983 r2991 172 172 173 173 # Generate latex output for gauges 174 s = '\\begin{center} \n \\begin{tabular}{|l|l|l|}\hline \n \\bf{Gauge Name} & \\bf{Easting} & \\bf{Northing} \\\\ \hline \n' 175 fid.write(s) 176 177 gauges, locations = get_gauges_from_file(project.gauge_filename) 174 s = '\\begin{center} \n \\begin{tabular}{|l|l|l|}\hline \n \\bf{Gauge 175 Name} & \\bf{Easting} & \\bf{Northing} \\\\ \hline \n' fid.write(s) 176 #s = '\\begin{center} \n \\begin{tabular}{|l|l|l|l|}\hline \n \\bf{Gauge 177 #Name} & \\bf Easting} & \\bf Northing} & \\bf Elevation \\\\ \hline \n 178 179 gauges, locations = 180 get_gauges_from_file(project.gauge_filename) 178 181 179 182 for name, gauges in zip(locations, gauges): 180 183 east = gauges[0] 181 184 north = gauges[1] 182 s = '%s & %.2f & %.2f \\\\ \hline \n' %(name.replace('_',' '), east, north) 185 #elev = gauges[2] 186 s = '%s & %.2f & %.2f \\\\ \hline \n' %(name.replace('_',' '), east, 187 north) 188 #s = '%s & %.2f & %.2f & %.2f \\\\ \hline \n %(name.replace('_',' '), 189 east, north, elev) 183 190 fid.write(s) 184 191 -
production/onslow_2006/report/interpretation.tex
r2983 r2991 1 1 The following subsections detail the time series at select locations 2 for high, low and zero tide conditions. These locations have 3 been chosen to assist in describing the features of the tsunami wave 4 and the resultant impact ashore. It is evident from \ref{fig:ic_high} 5 that the DEM ... 2 for Highest Astronomical Tide (HAT), Lowest Astronomical Tide (LAT) and 3 Mean Sea Level (MSL) conditions. These locations 4 have been chosen to assist in describing the features of the tsunami wave 5 and the resultant impact ashore. Here, we assume that MSL coincides with 6 AHD zero. This is a standard assumption and confirmed with the WA DLI (check 7 where Ric is from). The graph ranges for both stage and 8 velocity are made consistent for each of comparison. In addition, velocities 9 under 0.001 m/s are not shown. As a useful benchmark, the following table 10 describes typical values of velocity and corresponding examples. 11 12 \begin{center} 13 \begin{tabular}{|c|c|}\hline 14 Velocity (m/s) & Example \\ \hline 15 1 & \\ \hline 16 2 & \\ \hline 17 5 & \\ \hline 18 10 & \\ \hline 19 \end{tabular} 20 \end{center} 21 22 It is evident from \ref{fig:ic_high} 23 that much of Onslow would be inundated at Highest Astronomical Tide (HAT) 24 (1.5m above MSL). 25 HAT is the projected tide on a 19 year cycle, and Mean High Water Springs 26 (MHWS) is the tide which is projected to occur on a yearly cycle. The 27 Australian National Tidal Tables 2006 determines MHWS for Onslow to be 1m 28 (adjusted to AHD) which also places regions within the study area under 29 water before a tsunami wave reaches the shore. Using HAT or even 30 MHWS in this way has significant infrastructure inundated which does not 31 seem reasonable. Therefore, we show results for MSL only and 32 provide a 33 qualitative discussion on the changes to the inundation at HAT and LAT. 34 35 Hamish - does the Onslow coastline coincide with teh yellow bit on the 36 Onslow map? If so, does that place AHD 0 at MHWS? Regardless, this 37 doesn't help what would happen at Pt Hedland. 38 39 Nick/DB - In comparing ANUGA to MOST etc, what's DB using? If looking OK, 40 that probably means that we're saying AHD 0 = MSL. 41 42 ANUGA question - why would say Bindi Bindi which has an elevation of 43 around .8m start with 1.5m stage? Dam overflow gauge elevation around 44 2.4m and IC = 2.45m ... Light Tower gauge elevation around 1.m and IC 45 around 1.45m ... Could we add 1.5m to the boundary condition instead and 46 propagate the water from there? 47 48 The Australian Hydrographic Office fair sheet for Onslow describes the 49 chart datum to be LAT with MSL and HAT being 1.5 and 3 respectively. This 50 then places HAT and LAT at 1.5 AHD and -1.5 AHD respectively. Other 51 detail on the chart describes the blah de blah mark to be MHWS. 52 53 Depending on what the following figures look like, we may need to use the 54 other data rather than the DTED. 6 55 7 56 \begin{figure}[hbt] … … 29 78 \end{figure} 30 79 80 Examining the offshore gauges, the drawdown prior to the tsunami wave 81 arriving at the shore can be seen to occur around 14000 secs (convert to 82 mins) (x hours) after the tsunami wave penetrates the boundary (Nick - is 83 this right?). 84 Prior to the drawdown, maximum amplitudes are approximately 50cm at 85 West of Groyne and the mouth of Beadon Creek, for example. The first wave 86 after the drawdown ranges from approximatly 2m in the 87 west of Beadon Bay to 1.5m in the east of Beadon Bay. The velocity 88 sharply increases at drawdown with further increases as the 89 wave grows in amplitude. 90 There is an increased amplitude of approximately 3m found in 91 east of Beadon Bay for the secondary wave, as opposed to the first wave. 92 This feature is also evident at the West of Groyne location. 93 This may be due to the geography of the bay, including the groyne west of 94 the creek mouth opening, the local bathymetry 95 and the direction of the tsunami wave. 31 96 32 What are the features of the tsunami wave? 33 direction? multiple waves? amplitude offshore? 97 The maximum velocity found for the offshore gauges occurs at the West of 98 Groyne location with velocities halved at the Beadon Bay west location. 99 The Beadon Bay west velocity is greater that the gauge in the east of Beadon 100 Bay. There is similar differences in amplitude (from drawdown to maximum 101 amplitude), however, the west gauge is in deeper water than the east 102 gauge which may indicate the increased velocity found in the east of the 103 bay. 34 104 35 It is evident for each simulation that the sand dunes west of Onslow 36 are very effective in halting the tsunami wave. The height of these 105 Subsequent drawdowns are seen as the multitude of waves which make up the 106 event propagate towards the shore. 107 108 ??? 109 At some gauge locations, these 110 subsequent waves cause significantly increased inundation than that of 111 the first wave. This is particularly seen at the Beadon Creek Docks, 112 West of Groyne and Beadon Creek locations. 113 ??? 114 115 It is evident for each simulation that the sand dunes west of 116 Onslow are very effective in halting the tsunami wave. The height of these 37 117 sand dunes are approximately 10m which is more than enough to halt 38 118 the largest of the tsunami waves which occurs for the … … 58 138 59 139 There is significant inundation of at 60 least 2m on the foreshore of Onslow for zero and high tide.140 least 2m on the foreshore of Onslow for MSL and HAT. 61 141 The inundation extent increases as the tide rises, pushing the edges 62 142 of the majority of the road infrastructure in the Onslow town centre.
Note: See TracChangeset
for help on using the changeset viewer.