Changeset 6767


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

Location:
anuga_work/production/australia_ph2
Files:
10 added
8 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
  • anuga_work/production/australia_ph2/broome/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
     
    9191# Used in build_elevation.py
    9292# Format for points: easting,northing (no header)
    93 bounding_polygon_filename = 'bounding_polygon.csv'
    94 bounding_polygon_maxarea = 100000
     93bounding_polygon_filename = 'bounding_polygon_simple.csv'
     94bounding_polygon_maxarea = 125000
    9595
    9696# INTERIOR REGIONS -  for designing the mesh
     
    132132# Landward bounding points
    133133# Format easting,northing (no header)
    134 landward_boundary_filename = 'landward_boundary.csv'
     134landward_boundary_filename = 'landward_boundary_simple.csv'
    135135
    136136# MUX input filename.
  • 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
  • anuga_work/production/australia_ph2/eucla_motel/project.py

    r6755 r6767  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 129.0 # Central meridian for projection (optional)
    29 #zone =
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 52
    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
     
    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
  • anuga_work/production/australia_ph2/hobart/project.py

    r6755 r6767  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 147.0 # Central meridian for projection (optional)
    29 #zone =
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 55
    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
     
    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
  • anuga_work/production/australia_ph2/perth/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:
     
    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
     
    9191# Used in build_elevation.py
    9292# Format for points: easting,northing (no header)
    93 bounding_polygon_filename = 'bounding_polygon.csv'
    94 bounding_polygon_maxarea = 100000
     93bounding_polygon_filename = 'bounding_polygon_simple.csv'
     94bounding_polygon_maxarea = 125000
    9595
    9696# INTERIOR REGIONS -  for designing the mesh
     
    132132# Landward bounding points
    133133# Format easting,northing (no header)
    134 landward_boundary_filename = 'landward_boundary.csv'
     134landward_boundary_filename = 'landward_boundary_simple.csv'
    135135
    136136# MUX input filename.
  • anuga_work/production/australia_ph2/portland/project.py

    r6755 r6767  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 141.0 # Central meridian for projection (optional)
    29 #zone =
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 54
    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
  • anuga_work/production/australia_ph2/strahan/project.py

    r6755 r6767  
    2626# One or all can be changed each time the run_model script is executed
    2727
    28 central_meridian = 147.0 # Central meridian for projection (optional)
    29 #zone =
     28central_meridian = None # Central meridian for projection (optional)
     29zone = 55
    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
     
    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.