Changeset 6402 for anuga_work/production/australia_ph2/eucla_motel
- Timestamp:
- Feb 24, 2009, 5:07:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/eucla_motel/project.py
r6399 r6402 27 27 # One or all can be changed each time the run_model script is executed 28 28 tide = 0 # difference between MSL and HAT 29 zone = 5 6# specify zone of model30 event_number = 58362# the event number or the mux file name29 zone = 52 # specify zone of model 30 event_number = 65371 # 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_pts.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.