Changeset 6767
- Timestamp:
- Apr 8, 2009, 12:59:33 PM (16 years ago)
- 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 26 26 # One or all can be changed each time the run_model script is executed 27 27 28 central_meridian = 117.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 50 30 30 import sys 31 31 if len(sys.argv) > 1: … … 92 92 # Format for points: easting,northing (no header) 93 93 bounding_polygon_filename = 'bounding_polygon.csv' 94 bounding_polygon_maxarea = 1 0000094 bounding_polygon_maxarea = 125000 95 95 96 96 # INTERIOR REGIONS - for designing the mesh -
anuga_work/production/australia_ph2/broome/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 … … 91 91 # Used in build_elevation.py 92 92 # Format for points: easting,northing (no header) 93 bounding_polygon_filename = 'bounding_polygon .csv'94 bounding_polygon_maxarea = 1 0000093 bounding_polygon_filename = 'bounding_polygon_simple.csv' 94 bounding_polygon_maxarea = 125000 95 95 96 96 # INTERIOR REGIONS - for designing the mesh … … 132 132 # Landward bounding points 133 133 # Format easting,northing (no header) 134 landward_boundary_filename = 'landward_boundary .csv'134 landward_boundary_filename = 'landward_boundary_simple.csv' 135 135 136 136 # MUX input filename. -
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 -
anuga_work/production/australia_ph2/eucla_motel/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 = 129.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 52 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 … … 92 92 # Format for points: easting,northing (no header) 93 93 bounding_polygon_filename = 'bounding_polygon.csv' 94 bounding_polygon_maxarea = 1 0000094 bounding_polygon_maxarea = 125000 95 95 96 96 # INTERIOR REGIONS - for designing the mesh -
anuga_work/production/australia_ph2/hobart/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 = 147.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 55 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 … … 92 92 # Format for points: easting,northing (no header) 93 93 bounding_polygon_filename = 'bounding_polygon.csv' 94 bounding_polygon_maxarea = 1 0000094 bounding_polygon_maxarea = 125000 95 95 96 96 # INTERIOR REGIONS - for designing the mesh -
anuga_work/production/australia_ph2/perth/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 = 117.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 50 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 … … 91 91 # Used in build_elevation.py 92 92 # Format for points: easting,northing (no header) 93 bounding_polygon_filename = 'bounding_polygon .csv'94 bounding_polygon_maxarea = 1 0000093 bounding_polygon_filename = 'bounding_polygon_simple.csv' 94 bounding_polygon_maxarea = 125000 95 95 96 96 # INTERIOR REGIONS - for designing the mesh … … 132 132 # Landward bounding points 133 133 # Format easting,northing (no header) 134 landward_boundary_filename = 'landward_boundary .csv'134 landward_boundary_filename = 'landward_boundary_simple.csv' 135 135 136 136 # MUX input filename. -
anuga_work/production/australia_ph2/portland/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 = 141.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 54 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 -
anuga_work/production/australia_ph2/strahan/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 = 147.0# Central meridian for projection (optional)29 #zone = 28 central_meridian = None # Central meridian for projection (optional) 29 zone = 55 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 … … 92 92 # Format for points: easting,northing (no header) 93 93 bounding_polygon_filename = 'bounding_polygon.csv' 94 bounding_polygon_maxarea = 1 0000094 bounding_polygon_maxarea = 125000 95 95 96 96 # INTERIOR REGIONS - for designing the mesh
Note: See TracChangeset
for help on using the changeset viewer.