Changeset 6610 for anuga_work/production/australia_ph2/ceduna/project.py
- Timestamp:
- Mar 25, 2009, 12:06:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/ceduna/project.py
r6581 r6610 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 = 53 # specify zone of model 29 ##zone = 53 # specify zone of model 30 central_meridian = 133.0 # nonstandard projection 30 31 event_number = 27347 # the event number or the mux file name 31 32 # ceduna: 27347 (Java), 64448 (sandwich), 58331 (Puysegur) … … 37 38 friction=0.01 # manning's friction coefficient 38 39 starttime=0 # start time for simulation 39 finaltime= 80000 # final time for simulation40 finaltime=1000 # final time for simulation 40 41 41 42 # index is only used when wave = Tb … … 71 72 72 73 # Format for point is x,y,elevation (with header) 73 point_filenames = ['grid 250m_pts.txt'] # 250m grid 200574 point_filenames = ['grid_250m.txt'] # 250m grid 2005 74 75 75 76 ### Add csv header list to all files in point_filenames
Note: See TracChangeset
for help on using the changeset viewer.