Changeset 6757


Ignore:
Timestamp:
Apr 8, 2009, 9:08:47 AM (15 years ago)
Author:
myall
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/adelaide/project.py

    r6755 r6757  
    2727
    2828central_meridian = 137.5 # Central meridian for projection (optional)
    29 #zone =
     29zone = None
    3030import sys
    3131if len(sys.argv) > 1:
     
    9696# Format for points: easting,northing (no header)
    9797bounding_polygon_filename = 'bounding_polygon.csv'
    98 bounding_polygon_maxarea = 100000
     98bounding_polygon_maxarea = 125000
    9999
    100100# INTERIOR REGIONS -  for designing the mesh
Note: See TracChangeset for help on using the changeset viewer.