Changeset 5408 for anuga_work/production/perth/project.py
- Timestamp:
- Jun 17, 2008, 9:03:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5387 r5408 38 38 friction=0.01 39 39 starttime=10000 40 midtime=21600 41 finaltime=10000 40 finaltime=80000 42 41 export_cellsize=50 43 42 setup='final' … … 213 212 ################################################################### 214 213 215 # exporting asc grid 216 eastingmin = 379000 217 eastingmax = 385000 218 northingmin = 6450700 219 northingmax = 6459800 220 221 222 214 215 #Geordie Bay extract ascii grid 216 xminGeordie = 359500 217 xmaxGeordie = 360850 218 yminGeordie = 6459400 219 ymaxGeordie = 6460430 220 221 #Sorrento extract ascii grid 222 xminSorrento = 379560 223 xmaxSorrento = 380920 224 yminSorrento = 6477750 225 ymaxSorrento = 6479030 226 227 #Perth extract ascii grid 228 xminPerth = 379106 229 xmaxPerth = 383100 230 yminPerth = 6450500 231 ymaxPerth = 6461150 232 233 #Rockingham extract ascii grid 234 xminRockingham = 375500 235 xmaxRockingham = 383100 236 yminRockingham = 6427900 237 ymaxRockingham = 6430100 238
Note: See TracChangeset
for help on using the changeset viewer.