Changeset 6830 for anuga_work/production/australia_ph2/melbourne
- Timestamp:
- Apr 17, 2009, 2:44:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/australia_ph2/melbourne/project.py
r6799 r6830 31 31 event_number = 58348 # the event number or the mux file name 32 32 33 event_side = ' west' #'east'33 event_side = 'east' #'east' 34 34 if event_side == 'west': 35 35 index = 1979 # index from the PTHA - Y2000 0.257m … … 139 139 # Landward bounding points 140 140 # Format easting,northing (no header) 141 landward_boundary_filename_N = 'landward_boundary_north .csv'142 landward_boundary_filename_S = 'landward_boundary_south .csv'141 landward_boundary_filename_N = 'landward_boundary_north_simple.csv' 142 landward_boundary_filename_S = 'landward_boundary_south_simple.csv' 143 143 144 144 # MUX input filename.
Note: See TracChangeset
for help on using the changeset viewer.