Ignore:
Timestamp:
Apr 8, 2009, 12:59:33 PM (16 years ago)
Author:
myall
Message:

newer project scripts with shared caching and loop over multiple events possible. added scripts for new model, Derby

File:
1 edited

Legend:

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

    r6755 r6767  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 117.0 # Central meridian for projection (optional)
    29 #zone =
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 50
    3030import sys
    3131if len(sys.argv) > 1:
     
    9292# Format for points: easting,northing (no header)
    9393bounding_polygon_filename = 'bounding_polygon.csv'
    94 bounding_polygon_maxarea = 100000
     94bounding_polygon_maxarea = 125000
    9595
    9696# INTERIOR REGIONS -  for designing the mesh
Note: See TracChangeset for help on using the changeset viewer.