Changeset 1120
- Timestamp:
- Mar 22, 2005, 3:17:59 PM (20 years ago)
- 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 1186 1186 fail_on_NaN = True, 1187 1187 NaN_filler = 0, 1188 elevation = -100,1188 elevation = None, 1189 1189 inverted_bathymetry = False 1190 1190 ): #FIXME: Bathymetry should be obtained … … 1911 1911 print 'Reading from ', filename 1912 1912 fid = NetCDFFile(filename, 'r') #Open existing file for read 1913 1913 #latitude, longitude 1914 1914 # Get the variables as Numeric arrays 1915 1915 x = fid.variables['x'] #x-coordinates of vertices
Note: See TracChangeset
for help on using the changeset viewer.