Changeset 6549 for anuga_work/production/australia_ph2/perth/project.py
- Timestamp:
- Mar 18, 2009, 5:43:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/perth/project.py
r6460 r6549 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 50 # specify zone of model 30 event_number = 10948 # the event number or the mux file name 30 event_number = 27240 # the event number or the mux file name 31 # events: 11126 (andaman), 27240 (java), 64454 (sandwich) 32 # 68840 (sumatra), 70903 (sumba_normal) 33 # other events: 13215 (arakan), 31 34 alpha = 0.1 # smoothing parameter for mesh 32 35 friction=0.01 # manning's friction coefficient 33 36 starttime=0 # start time for simulation 34 finaltime= 1000 # final time for simulation37 finaltime=80000 # final time for simulation 35 38 36 39 # index is only used when wave = Tb 37 index = 1 203 # index from the PTHA38 wave = ' Tb' # Bf (sts wave) Tb (index wave)40 index = 1039 # index from the PTHA - 1 in 2000 yr 0.5357m 41 wave = 'Bf' # Bf (sts wave) Tb (index wave) 39 42 40 43 setup = 'final' # This can be one of three values … … 66 69 67 70 # Format for point is x,y,elevation (with header) 68 point_filenames = ['grid_250m .txt'] # 250m grid 200571 point_filenames = ['grid_250m_small.txt'] # 250m grid 2005 69 72 70 73 ### Add csv header list to all files in point_filenames … … 219 222 mux_input = join(event_folder, mux_input_filename) 220 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.