Changeset 7274
- Timestamp:
- Jun 29, 2009, 4:28:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/exmouth_2009/project.py
r7261 r7274 65 65 66 66 # Format for point is x,y,elevation (with header) 67 point_filenames = ['coastline.txt', 68 'Exmouth.txt', 69 'extract_dgapcs100.txt', 70 'extract_rivoli.txt', 71 'extract_dli.txt', 72 'extract_dted.txt'] 67 point_filenames = ['coastline.txt', # coastline points with 0m elevation 68 'Exmouth.txt', # combined bathymetry for most of model 69 'extract_dgapcs100.txt', # interpolated bathy. for gap in data just NE of Exmouth itself 70 'extract_rivoli.txt', # interpolated bathy. for gap in data near Rivoli islands 71 'extract_dli.txt', # onshore elevation data 72 'extract_dted.txt', # more onshore elevation data 73 'exmouth_aoi_aos_gridded.txt'] # fine grid of data interpolated from Exmouth.txt for use in refined grids (aoi and aos) 73 74 74 75 ### Add csv header list to all files in point_filenames … … 88 89 interior_regions_data = [['sw_MH.csv', 3000], 89 90 ['aos_MH.csv', 800], 90 ['aoi_ MH.csv', 500],91 ['aoi_small_MH.csv', 500], 91 92 ['island1_MH.csv', 3000], 92 93 ['island2_MH.csv', 3000],
Note: See TracChangeset
for help on using the changeset viewer.