Changeset 6526
- Timestamp:
- Mar 17, 2009, 9:56:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/new_south_wales/batemans_bay/project.py
r6427 r6526 27 27 # One or all can be changed each time the run_model script is executed 28 28 tide = 0 # difference between MSL and HAT 29 event_number = 31821# the event number or the mux file name29 event_number = 51414 # the event number or the mux file name 30 30 alpha = 0.1 # smoothing parameter for mesh 31 31 friction=0.01 # manning's friction coefficient … … 65 65 '3a', 66 66 '4a_2', 67 '4b',] 67 '4b', 68 'off1', 69 'off2', 70 'off3', 71 'bbhd', 72 'sd100031996_p', 73 'sd100031996_p2', 74 'sd100031996_p3', 75 'sd100031996_p4'] 68 76 69 77 # Format for point is x,y,elevation (with header) 70 point_filenames = ['Batemans_BBHD_MGA_1995.csv', 71 'SD100015374_MGA.csv', 72 'SD100016502_MGA.csv', 73 'SD100016517_MGA.csv', 74 'SD100031996_batemans_mga_clip_written.csv', 75 'tomaga_offshore_AHD_MGA_1997.csv'] 78 point_filenames = ['SD100031996_jgriffin_clip.csv', 79 'tomaga_offshore_AHD_MGA_1997.csv', 80 'Batemans_BBHD_MGA_1995.csv'] 76 81 77 82
Note: See TracChangeset
for help on using the changeset viewer.