Changeset 6549 for anuga_work/production/australia_ph2/wyndham
- Timestamp:
- Mar 18, 2009, 5:43:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/wyndham/project.py
r6539 r6549 17 17 # Note, the user needs to set up the directory system accordingly 18 18 state = 'australia_ph2' 19 scenario_name = ' darwin'19 scenario_name = 'wyndham' 20 20 scenario_folder = scenario_name 21 21 … … 34 34 friction=0.01 # manning's friction coefficient 35 35 starttime=0 # start time for simulation 36 finaltime= 1000 # final time for simulation36 finaltime=80000 # final time for simulation 37 37 38 38 # index is only used when wave = Tb 39 39 index = 1823 # index from the PTHA - 1 in 2000 wave height = 0.452m 40 ##index = 1860 # index from the PTHA - 1 in 2000 wave height = 1.32m41 40 wave = 'Bf' # Bf (sts wave) Tb (index wave) 42 41 … … 69 68 70 69 # Format for point is x,y,elevation (with header) 71 point_filenames = ['darwin_grid250m .txt',72 'derby_grid250m .txt'] # 250m grid 200570 point_filenames = ['darwin_grid250m_wyndham.txt', 71 'derby_grid250m_wyndham.txt'] # 250m grid 2005 73 72 74 73 ### Add csv header list to all files in point_filenames … … 80 79 # Used in build_elevation.py 81 80 # Format for points easting,northing (no header) 82 bounding_polygon_filename = 'bounding_polygon _darwin2.csv'81 bounding_polygon_filename = 'bounding_polygon.csv' 83 82 bounding_polygon_maxarea = 100000 84 83 … … 113 112 # Landward bounding points 114 113 # Format easting,northing (no header) 115 landward_boundary_filename = 'landward_boundary _darwin.csv'114 landward_boundary_filename = 'landward_boundary.csv' 116 115 117 116 # MUX input filename.
Note: See TracChangeset
for help on using the changeset viewer.