- Timestamp:
- Jun 24, 2010, 10:38:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/test_data_manager.py
r7866 r7872 505 505 # Check contents 506 506 # Get NetCDF 507 fid = NetCDFFile(sww.filename, netcdf_mode_r) # Open existing file for append507 fid = NetCDFFile(sww.filename, netcdf_mode_r) 508 508 509 509 # Get the variables … … 605 605 sww.store_timestep() 606 606 607 608 607 #Check contents 609 608 #Get NetCDF 610 609 fid = NetCDFFile(sww.filename, netcdf_mode_r) 611 612 610 613 611 # Get the variables … … 645 643 """ 646 644 647 lat_long_points=[[6.01,97.0],[6.02,97.0],[6.05,96.9],[6.0,97.0]] 648 bounding_polygon=[[6.0,97.0],[6.01,97.0],[6.02,97.0],[6.02,97.02],[6.00,97.02]] 645 lat_long_points=[[6.01, 97.0], [6.02, 97.0], [6.05, 96.9], [6.0, 97.0]] 646 bounding_polygon=[[6.0, 97.0], [6.01, 97.0], [6.02,97.0], \ 647 [6.02,97.02], [6.00,97.02]] 649 648 tide = 0.35 650 649 time_step_count = 50
Note: See TracChangeset
for help on using the changeset viewer.