Changeset 6476 for anuga_work/production/australia_ph2/esperance/project.py
- Timestamp:
- Mar 10, 2009, 9:29:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/esperance/project.py
r6460 r6476 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 51 # specify zone of model 30 event_number = 27255 # the event number or the mux file name 30 event_number = 27329 # the event number or the mux file name 31 # 7858 (altiplano), 27329 (java), 31951 (kermandec), 46483 (midamerica), 32 # 53960 (Puna), 57616 (peru), 58367 (puysegur), 64449 (sandwich), 65356 (shetland) 31 33 alpha = 0.1 # smoothing parameter for mesh 32 34 friction=0.01 # manning's friction coefficient 33 35 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation36 finaltime=80000 # final time for simulation 35 37 36 38 # index is only used when wave = Tb 37 index = 1 203# index from the PTHA39 index = 1699 # index from the PTHA 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.