Changeset 7274


Ignore:
Timestamp:
Jun 29, 2009, 4:28:40 PM (15 years ago)
Author:
kristy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/exmouth_2009/project.py

    r7261 r7274  
    6565
    6666# 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']
     67point_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)
    7374
    7475### Add csv header list to all files in point_filenames
     
    8889interior_regions_data = [['sw_MH.csv', 3000],
    8990                         ['aos_MH.csv', 800],
    90                          ['aoi_MH.csv', 500],
     91                         ['aoi_small_MH.csv', 500],
    9192                         ['island1_MH.csv', 3000],
    9293                         ['island2_MH.csv', 3000],
Note: See TracChangeset for help on using the changeset viewer.