Changeset 5432
- Timestamp:
- Jun 25, 2008, 4:48:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5415 r5432 40 40 finaltime=80000 41 41 export_cellsize=25 42 setup=' trial'42 setup='final' 43 43 source='exmouth' 44 44 … … 167 167 #Polygon designed by 20m contours, or 3km from the coastline 168 168 poly_internal_20_3 = read_polygon(polygons_dir+'internal_h20mORd3km.csv') 169 res_internal_20_3 = 2 0000*res_factor169 res_internal_20_3 = 25000*res_factor 170 170 171 171 #Polygon designed to incorporate Garden Island and sand bank infront of Rockingham 172 172 poly_garden_rockingham = read_polygon(polygons_dir+'garden_rockingham.csv') 173 res_garden_rockingham = 1 000*res_factor173 res_garden_rockingham = 1500*res_factor 174 174 175 175 #Polygon designed to incorporate coastline of rottnest … … 179 179 #Polygon designed to cut out the rottnest island land. 180 180 poly_rottnest_in = read_polygon(polygons_dir+'rottnest_internal.csv') 181 res_rottnest_in = 2 0000*res_factor181 res_rottnest_in = 25000*res_factor 182 182 183 183 #Polygon designed to incorporate perth and Fremantle CBD
Note: See TracChangeset
for help on using the changeset viewer.