Ignore:
Timestamp:
Jun 17, 2008, 9:03:30 AM (16 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/project.py

    r5387 r5408  
    3838friction=0.01
    3939starttime=10000
    40 midtime=21600
    41 finaltime=10000
     40finaltime=80000
    4241export_cellsize=50
    4342setup='final'
     
    213212###################################################################
    214213
    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
     216xminGeordie = 359500
     217xmaxGeordie = 360850
     218yminGeordie = 6459400
     219ymaxGeordie = 6460430
     220
     221#Sorrento extract ascii grid
     222xminSorrento = 379560
     223xmaxSorrento = 380920
     224yminSorrento = 6477750
     225ymaxSorrento = 6479030
     226
     227#Perth extract ascii grid
     228xminPerth = 379106
     229xmaxPerth = 383100
     230yminPerth = 6450500
     231ymaxPerth = 6461150
     232
     233#Rockingham extract ascii grid
     234xminRockingham = 375500
     235xmaxRockingham = 383100
     236yminRockingham = 6427900
     237ymaxRockingham = 6430100
     238
Note: See TracChangeset for help on using the changeset viewer.