Changeset 6588 for anuga_work/production/australia_ph2/dampier/project.py
- Timestamp:
- Mar 23, 2009, 4:24:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/dampier/project.py
r6497 r6588 29 29 tide = 0 # difference between MSL and HAT 30 30 zone = 50 # specify zone of model 31 event_number = 703 39# the event number or the mux file name31 event_number = 70385 # the event number or the mux file name 32 32 alpha = 0.1 # smoothing parameter for mesh 33 33 friction=0.01 # manning's friction coefficient 34 34 starttime=0 # start time for simulation 35 finaltime= 80000 # final time for simulation35 finaltime=10000 # final time for simulation 36 36 37 37 # index is only used when wave = Tb 38 38 index = 1203 # index from the PTHA 39 wave = ' Bf' # Bf (sts wave) Tb (index wave)39 wave = 'Tb' # Bf (sts wave) Tb (index wave) 40 40 41 41 setup = 'final' # This can be one of three values
Note: See TracChangeset
for help on using the changeset viewer.