Changeset 6540 for anuga_work/production/australia_ph2/darwin/project.py
- Timestamp:
- Mar 18, 2009, 9:04:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/darwin/project.py
r6532 r6540 34 34 friction=0.01 # manning's friction coefficient 35 35 starttime=0 # start time for simulation 36 finaltime= 80000 # final time for simulation36 finaltime=1000 # final time for simulation 37 37 38 38 # index is only used when wave = Tb … … 74 74 75 75 # Format for point is x,y,elevation (with header) 76 point_filenames = ['darwin_grid250m.txt' ]76 point_filenames = ['darwin_grid250m.txt', 77 77 'derby_grid250m.txt'] # 250m grid 2005 78 78 … … 85 85 # Used in build_elevation.py 86 86 # Format for points easting,northing (no header) 87 bounding_polygon_filename = 'bounding_polygon .csv'87 bounding_polygon_filename = 'bounding_polygon_darwin2.csv' 88 88 bounding_polygon_maxarea = 100000 89 89 … … 118 118 # Landward bounding points 119 119 # Format easting,northing (no header) 120 landward_boundary_filename = 'landward_boundary .csv'120 landward_boundary_filename = 'landward_boundary_darwin.csv' 121 121 122 122 # MUX input filename.
Note: See TracChangeset
for help on using the changeset viewer.