Changeset 6757
- Timestamp:
- Apr 8, 2009, 9:08:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/adelaide/project.py
r6755 r6757 27 27 28 28 central_meridian = 137.5 # Central meridian for projection (optional) 29 #zone = 29 zone = None 30 30 import sys 31 31 if len(sys.argv) > 1: … … 96 96 # Format for points: easting,northing (no header) 97 97 bounding_polygon_filename = 'bounding_polygon.csv' 98 bounding_polygon_maxarea = 1 0000098 bounding_polygon_maxarea = 125000 99 99 100 100 # INTERIOR REGIONS - for designing the mesh
Note: See TracChangeset
for help on using the changeset viewer.