Changeset 4544 for anuga_work/production/dampier_2006/project_urs.py
- Timestamp:
- Jun 15, 2007, 4:47:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/project_urs.py
r4542 r4544 25 25 26 26 #tide = -2.5 27 #tide = 0.028 tide = 2.427 tide = 0.0 28 #tide = 2.4 29 29 30 30 #Maybe will try to make project a class to allow these parameters to be passed in. … … 34 34 finaltime=25000 35 35 setup='final' 36 source=' onslow'36 source='exmouth' 37 37 38 38 if setup =='trial': … … 113 113 114 114 if source =='dampier': 115 boundaries_name = ' pt_hedland_3854_17042007' #Dampier gun115 boundaries_name = 'dampier' #Dampier gun 116 116 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'dampier'+sep+'1_10000'+sep 117 117 118 118 if source=='onslow': 119 boundaries_name = ' pt_hedland_3859_16052007' #onslow_hedland_broome gun119 boundaries_name = 'dampier_3859_16052007' #onslow_hedland_broome gun 120 120 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'onslow_hedland_broome'+sep+'1_10000'+sep 121 121 122 122 if source=='exmouth': 123 boundaries_name = ' pt_hedland_3103_18052007' #exmouth gun123 boundaries_name = 'dampier_3103_18052007' #exmouth gun 124 124 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+'exmouth'+sep+'1_10000'+sep 125 125
Note: See TracChangeset
for help on using the changeset viewer.