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
  • TabularUnified anuga_work/production/australia_ph2/esperance/project.py

    r6755 r6767  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 123.0 # Central meridian for projection (optional)
    29 #zone =
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 51
    3030import sys
    3131if len(sys.argv) > 1:
     
    4141starttime=0             # start time for simulation
    4242finaltime=1000   #60000 # final time for simulation
    43 setup = 'trial'         # This can be one of three values
     43setup = 'final'         # This can be one of three values
    4444                        #    trial - coarsest mesh, fast
    4545                        #    basic - coarse mesh
     
    9393# Format for points: easting,northing (no header)
    9494bounding_polygon_filename = 'bounding_polygon.csv'
    95 bounding_polygon_maxarea = 100000
     95bounding_polygon_maxarea = 125000
    9696
    9797# INTERIOR REGIONS -  for designing the mesh
Note: See TracChangeset for help on using the changeset viewer.