Changeset 6767 for anuga_work/production/australia_ph2/esperance
- Timestamp:
- Apr 8, 2009, 12:59:33 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified anuga_work/production/australia_ph2/esperance/project.py ¶
r6755 r6767 26 26 # One or all can be changed each time the run_model script is executed 27 27 28 central_meridian = 123.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 51 30 30 import sys 31 31 if len(sys.argv) > 1: … … 41 41 starttime=0 # start time for simulation 42 42 finaltime=1000 #60000 # final time for simulation 43 setup = ' trial' # This can be one of three values43 setup = 'final' # This can be one of three values 44 44 # trial - coarsest mesh, fast 45 45 # basic - coarse mesh … … 93 93 # Format for points: easting,northing (no header) 94 94 bounding_polygon_filename = 'bounding_polygon.csv' 95 bounding_polygon_maxarea = 1 0000095 bounding_polygon_maxarea = 125000 96 96 97 97 # INTERIOR REGIONS - for designing the mesh
Note: See TracChangeset
for help on using the changeset viewer.