Ignore:
Timestamp:
Mar 18, 2009, 5:43:55 PM (15 years ago)
Author:
myall
Message:

running darwin and wyndham.
split perth and albany; running as possible

File:
1 edited

Legend:

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

    r6487 r6549  
    2626# Model specific parameters.
    2727# One or all can be changed each time the run_model script is executed
    28 tide = 0                # difference between MSL and HAT
     28tide = 0.00001                # difference between MSL and HAT
    2929zone = 50               # specify zone of model
    30 event_number = 27319    # the event number or the mux file name
     30event_number = 46697    # the event number or the mux file name
    3131# selected events: 27319 (java), 64344 (sandwich), 46697 (midamerica),
    3232# other possible sources:
     
    7171
    7272# Format for point is x,y,elevation (with header)
    73 point_filenames = ['grid250m.txt'] # 250m grid 2005
     73point_filenames = ['grid_250m.txt'] # 250m grid 2005
    7474
    7575### Add csv header list to all files in point_filenames
     
    8787# Used in run_model.py
    8888# Format for points easting,northing (no header)                   
    89 interior_regions_data = []
     89##interior_regions_data = []
     90interior_regions_data = [['coast_to_20km_polygon.csv',
     91                            bounding_polygon_maxarea]]
    9092
    9193# LAND - used to set the initial stage/water to be offcoast only
Note: See TracChangeset for help on using the changeset viewer.