- Timestamp:
- Mar 17, 2009, 2:30:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/gold_coast/project.py
r6511 r6531 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 56 # specify zone of model 30 event_number = 5 0883# the event number or the mux file name30 event_number = 51314 # the event number or the mux file name 31 31 alpha = 0.1 # smoothing parameter for mesh 32 32 friction=0.01 # manning's friction coefficient 33 33 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation34 finaltime=80000 # final time for simulation 35 35 36 36 # index is only used when wave = Tb 37 37 index = 3727 # index from the PTHA 38 wave = ' Bf' # Bf (sts wave) Tb (index wave)38 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 39 40 40 setup = 'final' # This can be one of three values
Note: See TracChangeset
for help on using the changeset viewer.