Changeset 1120


Ignore:
Timestamp:
Mar 22, 2005, 3:17:59 PM (20 years ago)
Author:
prow
Message:

Adding elevation.

Location:
inundation/ga/storm_surge/pyvolution
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/data_manager.py

    r1117 r1120  
    11861186               fail_on_NaN = True,
    11871187               NaN_filler = 0,
    1188                elevation = -100,
     1188               elevation = None,
    11891189               inverted_bathymetry = False
    11901190               ): #FIXME: Bathymetry should be obtained
     
    19111911    print 'Reading from ', filename
    19121912    fid = NetCDFFile(filename, 'r')    #Open existing file for read
    1913 
     1913#latitude, longitude
    19141914    # Get the variables as Numeric arrays
    19151915    x = fid.variables['x']             #x-coordinates of vertices
Note: See TracChangeset for help on using the changeset viewer.