Changeset 6397
- Timestamp:
- Feb 24, 2009, 12:21:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/dampier/project.py
r6394 r6397 17 17 # Note, the user needs to set up the directory system accordingly 18 18 state = 'australia_ph2' 19 scenario_name = ' gold_coast'19 scenario_name = 'dampier' 20 20 scenario_folder = scenario_name 21 21 … … 28 28 tide = 0 # difference between MSL and HAT 29 29 zone = 56 # specify zone of model 30 event_number = 58362# the event number or the mux file name30 event_number = 70028 # 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 … … 62 62 63 63 # Format for point is x,y,elevation (with header) 64 point_filenames = ['brisbane_250m.txt', 65 'GBR_250m.txt', 66 'Sydney_250m.txt'] # 250m grid 2005 64 point_filenames = ['grid250m.txt'] # 250m grid 2005 67 65 68 66 ### Add csv header list to all files in point_filenames
Note: See TracChangeset
for help on using the changeset viewer.