Changeset 5446


Ignore:
Timestamp:
Jun 27, 2008, 3:07:21 PM (16 years ago)
Author:
kristy
Message:
 
Location:
anuga_work/production/perth
Files:
2 edited

Legend:

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

    r5415 r5446  
    2626print 'output dir:', name
    2727
    28 area = ['Geordie', 'Sorrento', 'Perth', 'Rockingham']
     28area = ['Geordie', 'Sorrento', 'Fremantle', 'Rockingham']
    2929
    3030for which_area in area:
     
    4141        northing_max = project.ymaxSorrento
    4242
    43     if which_area == 'Perth':
    44         easting_min = project.xminPerth
    45         easting_max = project.xmaxPerth
    46         northing_min = project.yminPerth
    47         northing_max = project.ymaxPerth
     43    if which_area == 'Fremantle':
     44        easting_min = project.xminFremantle
     45        easting_max = project.xmaxFremantle
     46        northing_min = project.yminFremantle
     47        northing_max = project.ymaxFremantle
    4848
    4949    if which_area == 'Rockingham':
  • anuga_work/production/perth/project.py

    r5432 r5446  
    216216
    217217#Geordie Bay extract ascii grid
    218 xminGeordie = 359500
    219 xmaxGeordie = 360850
    220 yminGeordie = 6459400
    221 ymaxGeordie = 6460430
     218xminGeordie = 358000
     219xmaxGeordie = 362000
     220yminGeordie = 6458500
     221ymaxGeordie = 6461000
    222222
    223223#Sorrento extract ascii grid
    224 xminSorrento = 379560
    225 xmaxSorrento = 380920
    226 yminSorrento = 6477750
    227 ymaxSorrento = 6479030
    228 
    229 #Perth extract ascii grid
    230 xminPerth = 379106
    231 xmaxPerth = 383100
    232 yminPerth = 6450500
    233 ymaxPerth = 6461150
     224xminSorrento = 379000
     225xmaxSorrento = 382500
     226yminSorrento = 6477000
     227ymaxSorrento = 6480000
     228
     229#Fremantle extract ascii grid
     230xminFremantle = 376000
     231xmaxFremantle = 388000
     232yminFremantle = 6449000
     233ymaxFremantle = 6461000
    234234
    235235#Rockingham extract ascii grid
    236 xminRockingham = 375500
    237 xmaxRockingham = 383100
    238 yminRockingham = 6427900
    239 ymaxRockingham = 6430100
    240 
     236xminRockingham = 373500
     237xmaxRockingham = 385500
     238yminRockingham = 6424000
     239ymaxRockingham = 6433000
     240
Note: See TracChangeset for help on using the changeset viewer.