Changeset 3660
- Timestamp:
- Sep 25, 2006, 8:41:52 AM (17 years ago)
- Location:
- anuga_work/production/hobart_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/hobart_2006/project.py
r3658 r3660 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_25 ' # 25m grid and clipped to 100m elevation or 3000m from coast17 onshore_name_25 = 'hob5_topo_25m' # 25m grid and clipped to 100m elevation or 3000m from coast 18 18 offshore_name_tas1 = 'derwent_2m' 19 19 offshore_name_tas2 = 'derwent_5m' … … 145 145 SEcorner = polyAll[2] 146 146 147 #Main Domain of Hobart: updated region from Alex JS 22/9/06148 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]ZZ167 polyAll = [j0,j1,j2,j3,j4,j5,j6,j7,j8,j9,j10,j11,j12,j13,j14]168 169 147 # region to export for Alex to make bathymetry map 170 148 e_min_area = 480000#NWcorner[0] 171 149 e_max_area = 600000#SEcorner[0] 172 n_min_area = 51 60000#NWcorner[1]173 n_max_area = 528 0000#SEcorner[1]150 n_min_area = 5156000#NWcorner[1] 151 n_max_area = 5285000#SEcorner[1] 174 152 175 153 #Interior region - Hobart city area + Glenorchy, Kingston -
anuga_work/production/hobart_2006/run_hobart.py
r3650 r3660 68 68 copied_files = False 69 69 70 # creates DEM from asc data 70 # creates DEM from asc data - 12.5m 71 71 convert_dem_from_ascii2netcdf(onshore_dem_name, use_cache=True, verbose=True) 72 72 … … 78 78 northing_max= project.northingmax, 79 79 use_cache=True, verbose=True) 80 81 # create DEM from asc data - 25m data 82 convert_dem_from_ascii2netcdf(onshore_dem_name_25, use_cache=True, verbose=True) 80 83 81 84 #creates pts file for onshore DEM - 25
Note: See TracChangeset
for help on using the changeset viewer.