Changeset 842
- Timestamp:
- Feb 7, 2005, 6:06:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/util.py
r841 r842 317 317 attributes = {} 318 318 for key in keys: 319 attributes[key] = variables[key]319 attributes[key] = fid.variables[key] 320 320 #Don't close - arrays are needed outside this function, 321 321 #alternatively take a copy here
Note: See TracChangeset
for help on using the changeset viewer.