Changeset 3661 for anuga_work/production/hobart_2006/project.py
- Timestamp:
- Sep 25, 2006, 2:26:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/project.py
r3660 r3661 15 15 #onshore_name = 'hob3_topo' # original 16 16 onshore_name = 'hob5_topo' # 12.5m grid and clipped to 100m elevation or 3000m from coast 17 onshore_name_25 = 'hob5_topo_25m' # 25m grid and clipped to 100m elevation or 3000m from coast 17 #onshore_name_25 = 'hob5_topo_25m' # 25m grid and clipped to 100m elevation or 3000m from coast 18 onshore_name_25 = 'hob6_topo_25m' # 25m grid NOT clipped 18 19 offshore_name_tas1 = 'derwent_2m' 19 20 offshore_name_tas2 = 'derwent_5m' … … 121 122 122 123 # region to export for inundation map 123 e_min_area = 500000124 e_min_area = 490000 124 125 e_max_area = 580000 125 n_min_area = 5 200000126 n_min_area = 5160000 126 127 n_max_area = 5275000 127 128 … … 142 143 polyAll, zone = convert_points_from_latlon_to_utm([d0, d1, d2, d3]) 143 144 refzone = zone 144 NWcorner = polyAll[0] 145 SEcorner = polyAll[2] 145 polyAll = [[500000, 5200000],[520000, 5200000],[520000, 5400000],[500000,5400000]] 146 146 147 147 # region to export for Alex to make bathymetry map 148 e_min_area = 480000#NWcorner[0]149 e_max_area = 600000#SEcorner[0]150 n_min_area = 5 156000#NWcorner[1]151 n_max_area = 52 85000#SEcorner[1]148 e_min_area = 500000 #490000 149 e_max_area = 560000 #580000 150 n_min_area = 5240000#5160000 151 n_max_area = 5260000#5270000 152 152 153 153 #Interior region - Hobart city area + Glenorchy, Kingston
Note: See TracChangeset
for help on using the changeset viewer.