Changeset 3658
- Timestamp:
- Sep 22, 2006, 4:21:46 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/project.py
r3650 r3658 145 145 SEcorner = polyAll[2] 146 146 147 #Main Domain of Hobart: updated region from Alex JS 22/9/06 148 j0 = [583819.54,5193158.37] 149 j1 = [585025.05,5172148.01] 150 j2 = [583991.76,5155443.05] 151 j3 = [486000.80,5155443.05] 152 j4 = [486173.02,5165603.80] 153 j5 = [478939.94,5170770.28] 154 j6 = [479628.80,5290787.67] 155 j7 = [570731.12,5281488.00] 156 j8 = [583991.76,5266160.77] 157 j9 = [590363.75,5268399.58] 158 j10 = [597252.40,5276838.17] 159 #j11 = [602418.88,5276838.17] 160 j11 = [600000,5276838.17] 161 #j12 = [600868.93,5201924.17] 162 j12 = [597600, 5201914] 163 #j13 = [593119.21,5196241.04] 164 j13 = [590000,5196241] 165 #j14 = [583819.54,5193158.37] 166 j14 = [580000, 5193160]ZZ 167 polyAll = [j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14] 168 147 169 # region to export for Alex to make bathymetry map 148 170 e_min_area = 480000#NWcorner[0] 149 171 e_max_area = 600000#SEcorner[0] 150 n_min_area = 51 56000#NWcorner[1]151 n_max_area = 528 5000#SEcorner[1]172 n_min_area = 5160000#NWcorner[1] 173 n_max_area = 5280000#SEcorner[1] 152 174 153 175 #Interior region - Hobart city area + Glenorchy, Kingston
Note: See TracChangeset
for help on using the changeset viewer.