Changeset 5558
- Timestamp:
- Jul 23, 2008, 9:32:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/project.py
r5523 r5558 34 34 scenario = 'perth_tsunami_scenario' 35 35 36 tide = 0 37 38 alpha = 0. 136 tide = 0.6 37 38 alpha = 0.2 39 39 friction=0.01 40 40 starttime=0 41 finaltime= 100 # change back to 80000041 finaltime=80000 42 42 export_cellsize=25 43 setup=' final'44 source=' exmouth'43 setup='trial' 44 source='polyline' 45 45 46 46 if setup =='trial': … … 60 60 yieldstep=60 61 61 62 dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+ str(user)62 dir_comment='_'+setup+'_'+str(tide)+'_'+str(source)+'_'+ 'alpha' +str(alpha)+'_'+str(user) 63 63 64 64 # onshore data provided by WA DLI … … 127 127 #boundaries_source = '1' 128 128 129 if source==' exmouth':130 boundaries_name = 'perth_3103_28052008' # exmouthgun131 boundaries_in_dir = anuga_dir+'boundaries'+sep+'urs'+sep+' exmouth'+sep+'1_10000'+sep129 if 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 132 132 133 133 if source=='test': 134 boundaries_name = 'other' # exmouth gun134 boundaries_name = 'other' #polyline 135 135 boundaries_in_dir = anuga_dir+'boundaries'+sep 136 136
Note: See TracChangeset
for help on using the changeset viewer.