- Timestamp:
- May 6, 2009, 12:10:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/busselton_rerun/project.py
r6716 r6984 26 26 # Model specific parameters. 27 27 # One or all can be changed each time the run_model script is executed 28 tide = 0 # difference between MSL and HAT in metres28 tide = 0.6 # difference between MSL and HAT in metres 29 29 zone = 50 # specify zone of model 30 event_number = 272 83# the event number or the mux file name30 event_number = 27255 # the event number or the mux file name 31 31 alpha = 0.1 # smoothing parameter for mesh 32 32 friction=0.01 # manning's friction coefficient … … 60 60 # Format for ascii grids, as produced in ArcGIS + a projection file 61 61 ascii_grid_filenames = ['busselton_v2', # Topo 62 'grid_250m_clip'] # Busselton Topo 62 'grid_250m_clip', 63 'grid_250m_clip2'] # Busselton Topo 63 64 64 65 # Format for point is x,y,elevation (with header) … … 81 82 # Used in build_elevation.py 82 83 # Format for points easting,northing (no header) 83 bounding_polygon_filename = 'bounding_polygon .csv'84 bounding_polygon_filename = 'bounding_polygon_new.csv' 84 85 bounding_polygon_maxarea = 100000 85 86 … … 97 98 # LAND - used to set the initial stage/water to be offcoast only 98 99 # Used in run_model.py. Format for points easting,northing (no header) 99 land_initial_conditions_filename = [['initial_condition_ extend.csv', 0],100 land_initial_conditions_filename = [['initial_condition_new.csv', 0], 100 101 ['initial_condition_marina.csv', 0]] 101 102 … … 121 122 # Landward bounding points 122 123 # Format easting,northing (no header) 123 landward_boundary_filename = 'landward_boundary_ extend.csv'124 landward_boundary_filename = 'landward_boundary_new.csv' 124 125 125 126 # MUX input filename.
Note: See TracChangeset
for help on using the changeset viewer.