Changeset 5523
- Timestamp:
- Jul 18, 2008, 9:51:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5499 r5523 34 34 scenario = 'perth_tsunami_scenario' 35 35 36 tide = 0 .636 tide = 0 37 37 38 38 alpha = 0.1 … … 71 71 72 72 # AHO + DPI data + colin French coastline 73 coast_name = 'coastline_perthP' 73 74 offshore_name = 'Perth_Clip' 74 coast_name = 'coastline' 75 offshore_name1 = 'Perth_Chart' 76 offshore_name2 = 'Fremantle_north' 77 75 78 76 79 … … 95 98 coast_in_dir_name = topographies_in_dir + coast_name 96 99 offshore_in_dir_name = topographies_in_dir + offshore_name 97 100 offshore_in_dir_name1 = topographies_in_dir + offshore_name1 101 offshore_in_dir_name2 = topographies_in_dir + offshore_name2 98 102 99 103 onshore_dir_name = topographies_dir + onshore_name … … 105 109 coast_dir_name = topographies_dir + coast_name 106 110 offshore_dir_name = topographies_dir + offshore_name 111 offshore_dir_name1 = topographies_dir + offshore_name1 112 offshore_dir_name2 = topographies_dir + offshore_name2 107 113 108 114 #final topo files … … 174 180 #Polygon designed to cut out the rottnest island land. 175 181 poly_rottnest_in = read_polygon(polygons_dir+'rottnest_internal.csv') 176 res_rottnest_in = 25000*res_factor182 res_rottnest_in = 100000*res_factor 177 183 178 184 #Polygon designed to incorporate Garden Island and sand bank infront of Rockingham 179 185 poly_garden_rockingham = read_polygon(polygons_dir+'garden_rockingham.csv') 180 res_garden_rockingham = 2500*res_factor186 res_garden_rockingham = 1000*res_factor 181 187 182 188 #Polygon designed to incorporate coastline of rottnest
Note: See TracChangeset
for help on using the changeset viewer.