Changeset 7612


Ignore:
Timestamp:
Jan 22, 2010, 5:01:06 PM (15 years ago)
Author:
monica
Message:

Updated scripts for Mandurah - 22 Jan

Location:
anuga_work/production/wa/mandurah_2009
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/wa/mandurah_2009/export_results_max.py

    r7611 r7612  
    3030
    3131##cellsize = 250
    32 cellsize = 25
     32cellsize = 1
    3333
    3434#timestep = None    # None means no timestep!
     
    3939######
    4040
    41 area = ['AoiR']  # strings must match keys in var_equations below
     41area = ['Region', 'AoiR', 'Aoi1', 'Aoi2', 'Aoi3']  # strings must match keys in var_equations below
    4242#area = ['All']      # 'All' means no special areas - the whole thing
    4343
     
    5353
    5454# one or more key strings from var_equations above
    55 var = ['stage']
     55var = ['elevation', 'stage']
    5656
    5757######
  • anuga_work/production/wa/mandurah_2009/project.py

    r7611 r7612  
    2828tide = 0.6              # difference between MSL and HAT in metres
    2929zone = 50               # specify zone of model
    30 event_number = 27255    # the event number or the mux file name
     30event_number = 68486    # the event number or the mux file name
    3131alpha = 0.1             # smoothing parameter for mesh
    3232friction=0.01           # manning's friction coefficient
    3333starttime=0             # start time for simulation
    34 finaltime=10         #80000 # final time for simulation
     34finaltime=80000         #80000 # final time for simulation
    3535yieldstep=60            # timestep to save output
    3636
     
    165165
    166166# ASCII export grid for mandurah for inundation maps
    167 #xminRegion = 369013
    168 #xmaxRegion = 385914
    169 #yminRegion = 6390118
    170 #ymaxRegion = 6415260
     167xminRegion = 369013
     168xmaxRegion = 385914
     169yminRegion = 6390118
     170ymaxRegion = 6415260
    171171
    172172xminAoiR = 370407
     
    175175ymaxAoiR = 6405626
    176176
    177 #xminAoi1 = 380524
    178 #xmaxAoi1 = 382123
    179 #yminAoi1 = 6401707
    180 #ymaxAoi1 = 6405240
    181 
    182 #xminAoi2 = 377764
    183 #xmaxAoi2 = 381493
    184 #yminAoi2 = 6396471
    185 #ymaxAoi2 = 6401692
    186 
    187 #xminAoi3 = 371074
    188 #xmaxAoi3 = 374219
    189 #yminAoi3 = 6390639
    190 #ymaxAoi3 = 6394731
     177xminAoi1 = 380524
     178xmaxAoi1 = 382123
     179yminAoi1 = 6401707
     180ymaxAoi1 = 6405240
     181
     182xminAoi2 = 377764
     183xmaxAoi2 = 381493
     184yminAoi2 = 6396471
     185ymaxAoi2 = 6401692
     186
     187xminAoi3 = 371074
     188xmaxAoi3 = 374219
     189yminAoi3 = 6390639
     190ymaxAoi3 = 6394731
    191191
    192192
Note: See TracChangeset for help on using the changeset viewer.