Changeset 7201 for anuga_work/production/Broome_2009/project.py
- Timestamp:
- Jun 12, 2009, 5:20:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/Broome_2009/project.py
r7179 r7201 27 27 tide = 0.0 # difference between MSL and HAT in metres 28 28 zone = 51 # specify UTM zone of model 29 event_number = 272 79 # 58280, 64477the event number or the mux file name29 event_number = 27255 # 27283 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 … … 33 33 finaltime=1000 # final time for simulation 34 34 35 setup = ' trial' # This can be one of three values35 setup = 'final' # This can be one of three values 36 36 # trial - coarsest mesh, fast 37 37 # basic - coarse mesh … … 74 74 # Used in build_elevation.py 75 75 # Format for points easting,northing (no header) 76 bounding_polygon_filename = ' bounding_polygon.csv'77 bounding_polygon_maxarea = 100000 076 bounding_polygon_filename = 'poly_all.csv' 77 bounding_polygon_maxarea = 100000 78 78 79 79 # INTERIOR REGIONS - for designing the mesh … … 81 81 # Format for points easting,northing (no header) 82 82 interior_regions_data = [['Shallow_Water_MH.csv', 1500], 83 ['AoS_MH ', 800],84 ['AoI_MH ', 500],85 ['AoS_north_MH ', 800],86 ['AoI_north_MH ', 500],87 ['bay_coast_MH', 1500],88 ['bay_coast_small_MH ', 800]]89 PriorityArea_filename = 'PriorityAreas.csv'83 ['AoS_MH.csv', 800], 84 ['AoI_MH.csv', 500], 85 ['AoS_north_MH.csv', 800], 86 ['AoI_north_MH.csv', 500], 87 ## ['bay_coast_MH.csv', 5000], 88 ['bay_coast_small_MH.csv', 800]] 89 PriorityArea_filename = None 90 90 91 91 # LAND - used to set the initial stage/water to be offcoast only
Note: See TracChangeset
for help on using the changeset viewer.