Ignore:
Timestamp:
Apr 28, 2008, 8:00:14 AM (17 years ago)
Author:
sexton
Message:

(1) update of production processes document (2) test for generating points for URS output (3) update of graduate proposal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/broome/run_boundary_points.py

    r5001 r5245  
    2121from anuga.shallow_water.data_manager import URS_points_needed_to_file, \
    2222     urs_ungridded2sww
    23 import project                 # Definition of file names and polygons
     23import project_urs                 # Definition of file names and polygons
    2424
    2525#------------------------------------------------------------------------------
     
    2727# output to file
    2828#------------------------------------------------------------------------------
    29 poly = project.poly_all
     29poly = project_urs.poly_all
    3030print "poly", poly
    31 print "project.boundaries_in_dir_name",project.boundaries_in_dir_name
    32 URS_points_needed_to_file(project.boundaries_in_dir_name,poly, export_csv=True, zone=51)
     31print "project_urs.boundaries_in_dir_name",project_urs.boundaries_in_dir_name
     32URS_points_needed_to_file(project_urs.boundaries_in_dir_name,poly, export_csv=True, zone=51)
    3333#URS_points_needed_to_file(project.boundaries_dir_name5,poly, export_csv=True, zone=50)
    3434#URS_points_needed_to_file(project.boundaries_dir_name5,poly, export_csv=True)
Note: See TracChangeset for help on using the changeset viewer.