Ignore:
Timestamp:
Jun 15, 2007, 4:47:03 PM (18 years ago)
Author:
nick
Message:

update model scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/dampier_2006/project_urs.py

    r4542 r4544  
    2525
    2626#tide = -2.5
    27 #tide = 0.0
    28 tide = 2.4
     27tide = 0.0
     28#tide = 2.4
    2929
    3030#Maybe will try to make project a class to allow these parameters to be passed in.
     
    3434finaltime=25000
    3535setup='final'
    36 source='onslow'
     36source='exmouth'
    3737
    3838if setup =='trial':
     
    113113
    114114if source =='dampier':
    115     boundaries_name = 'pt_hedland_3854_17042007' #Dampier gun
     115    boundaries_name = 'dampier' #Dampier gun
    116116    boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'dampier'+sep+'1_10000'+sep
    117117
    118118if source=='onslow':
    119     boundaries_name = 'pt_hedland_3859_16052007' #onslow_hedland_broome gun
     119    boundaries_name = 'dampier_3859_16052007' #onslow_hedland_broome gun
    120120    boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'onslow_hedland_broome'+sep+'1_10000'+sep
    121121   
    122122if source=='exmouth':
    123     boundaries_name = 'pt_hedland_3103_18052007' #exmouth gun
     123    boundaries_name = 'dampier_3103_18052007' #exmouth gun
    124124    boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep
    125125
Note: See TracChangeset for help on using the changeset viewer.