Changeset 6467
- Timestamp:
- Mar 5, 2009, 11:41:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6464 r6467 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 53 # specify zone of model 30 event_number = 64469 # the event number or the mux file name 31 # ceduna: 7877 (altiplano, south america), 27347 (Java), 46503 (mid america), 32 # 57483 (peru), 58331 (Puysegur), 64448 (sandwich), 65304 (shetland), 33 # 68792 (sumatra) 30 event_number = 64448 # the event number or the mux file name 31 # ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur) 32 # other possible sources: 33 # 7877 (altiplano, south america), 46503 (mid america), 34 # 57483 (peru), 65304 (shetland), 68792 (sumatra) 35 34 36 alpha = 0.1 # smoothing parameter for mesh 35 37 friction=0.01 # manning's friction coefficient … … 222 224 mux_input = join(event_folder, mux_input_filename) 223 225 226 boundary_csv = event_folder + sep + 'sts_gauge_' + str(index) +'.csv' 227
Note: See TracChangeset
for help on using the changeset viewer.