- Timestamp:
- Jun 9, 2010, 12:28:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file_conversion/test_2pts.py
r7776 r7814 101 101 102 102 #Convert to NetCDF pts 103 sdf2pts(root )103 sdf2pts(root+'.sdf') 104 104 105 105 #Check contents … … 208 208 points = num.concatenate( (x[:,num.newaxis],y[:,num.newaxis]), axis=1 ) 209 209 points = num.ascontiguousarray(points) 210 sww2pts(domain.get_name() ,210 sww2pts(domain.get_name() + '.sww', 211 211 quantity = 'elevation', 212 212 data_points = points, … … 223 223 points = domain.get_centroid_coordinates() 224 224 #print points 225 sww2pts(domain.get_name() ,225 sww2pts(domain.get_name() + '.sww', 226 226 quantity = 'elevation', 227 227 data_points = points,
Note: See TracChangeset
for help on using the changeset viewer.