Changeset 5245 for anuga_work/production/broome/run_boundary_points.py
- Timestamp:
- Apr 28, 2008, 8:00:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/broome/run_boundary_points.py
r5001 r5245 21 21 from anuga.shallow_water.data_manager import URS_points_needed_to_file, \ 22 22 urs_ungridded2sww 23 import project # Definition of file names and polygons23 import project_urs # Definition of file names and polygons 24 24 25 25 #------------------------------------------------------------------------------ … … 27 27 # output to file 28 28 #------------------------------------------------------------------------------ 29 poly = project .poly_all29 poly = project_urs.poly_all 30 30 print "poly", poly 31 print "project .boundaries_in_dir_name",project.boundaries_in_dir_name32 URS_points_needed_to_file(project .boundaries_in_dir_name,poly, export_csv=True, zone=51)31 print "project_urs.boundaries_in_dir_name",project_urs.boundaries_in_dir_name 32 URS_points_needed_to_file(project_urs.boundaries_in_dir_name,poly, export_csv=True, zone=51) 33 33 #URS_points_needed_to_file(project.boundaries_dir_name5,poly, export_csv=True, zone=50) 34 34 #URS_points_needed_to_file(project.boundaries_dir_name5,poly, export_csv=True)
Note: See TracChangeset
for help on using the changeset viewer.