Changeset 2993 for inundation/load_mesh
- Timestamp:
- May 29, 2006, 10:13:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/load_mesh/loadASCII.py
r2941 r2993 84 84 from coordinate_transforms.geo_reference import Geo_reference,TITLE, TitleError 85 85 86 from Scientific.IO.NetCDF import NetCDFFile 87 86 88 import exceptions 87 89 class TitleAmountError(exceptions.Exception): pass … … 635 637 """ 636 638 637 from Scientific.IO.NetCDF import NetCDFFile638 639 639 640 IntType = Int32 … … 819 820 820 821 """ 821 822 from Scientific.IO.NetCDF import NetCDFFile 822 823 823 824 824 #Check contents … … 1128 1128 # consider format change 1129 1129 1130 from Scientific.IO.NetCDF import NetCDFFile1131 1130 1132 1131 if verbose: print 'Reading ', file_name … … 1188 1187 assert key in legal_keys, msg 1189 1188 1190 from Scientific.IO.NetCDF import NetCDFFile1191 1189 point_atts2array(point_atts) 1192 1190 # NetCDF file definition
Note: See TracChangeset
for help on using the changeset viewer.