Changeset 6498 for anuga_work/production/australia_ph2/sydney/project.py
- Timestamp:
- Mar 12, 2009, 10:57:08 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/sydney/project.py
r6466 r6498 29 29 tide = 0 # difference between MSL and HAT 30 30 zone = 50 # specify zone of model 31 event_number = 6368# the event number or the mux file name31 event_number = 58326 # 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 … … 36 36 37 37 # index is only used when wave = Tb 38 index = 29 71# index from the PTHA39 wave = ' Tb' # Bf (sts wave) Tb (index wave)38 index = 2956 # index from the PTHA 39 wave = 'Bf' # 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.