Changeset 5558 for anuga_work/production


Ignore:
Timestamp:
Jul 23, 2008, 9:32:54 AM (16 years ago)
Author:
kristy
Message:

changed to trial real run

File:
1 edited

Legend:

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

    r5523 r5558  
    3434scenario = 'perth_tsunami_scenario'
    3535
    36 tide = 0
    37 
    38 alpha = 0.1
     36tide = 0.6
     37
     38alpha = 0.2
    3939friction=0.01
    4040starttime=0
    41 finaltime=100 # change back to 800000
     41finaltime=80000
    4242export_cellsize=25
    43 setup='final'
    44 source='exmouth'
     43setup='trial'
     44source='polyline'
    4545
    4646if setup =='trial':
     
    6060    yieldstep=60
    6161
    62 dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+str(user)
     62dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+ 'alpha' +str(alpha)+'_'+str(user)
    6363
    6464# onshore data provided by WA DLI
     
    127127#boundaries_source = '1'
    128128   
    129 if source=='exmouth':
    130     boundaries_name = 'perth_3103_28052008' #exmouth gun
    131     boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep
     129if source=='polyline':
     130    boundaries_name = 'perth_3103_28052008' #polyline gun
     131    boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'polyline'+sep+'1_10000'+sep
    132132
    133133if source=='test':
    134     boundaries_name = 'other' #exmouth gun
     134    boundaries_name = 'other' #polyline
    135135    boundaries_in_dir = anuga_dir+'boundaries'+sep
    136136
Note: See TracChangeset for help on using the changeset viewer.