Changeset 6476 for anuga_work/production/australia_ph2/darwin/project.py
- Timestamp:
- Mar 10, 2009, 9:29:00 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/darwin/project.py
r6461 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 52 # specify zone of model 30 event_number = 17890 # the event number or the mux file name 30 event_number = 71261 # the event number or the mux file name 31 # contributing events: 17898 (Flores), 64977 (Seram), 70906 (Sumba_normal), 32 # 71261 (Timor_OTF) 31 33 alpha = 0.1 # smoothing parameter for mesh 32 34 friction=0.01 # manning's friction coefficient … … 35 37 36 38 # index is only used when wave = Tb 37 index = 1 203 # index from the PTHA39 index = 1833 # index from the PTHA - 1 in 2000 wave height = 0.64m 38 40 wave = 'Tb' # Bf (sts wave) Tb (index wave) 39 41 … … 220 222 mux_input = join(event_folder, mux_input_filename) 221 223 224 # sts gauge with desired index number - used for wave 'Tb' 225 boundary_csv = join(event_folder, 'sts_gauge_' + str(index) +'.csv')
Note: See TracChangeset
for help on using the changeset viewer.