Ignore:
Timestamp:
Feb 24, 2009, 12:28:04 PM (14 years ago)
Author:
myall
Message:

ceduna working using older scripts - going to upgrade to the latest ones anyway, so this isn't very important

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/australia_ph2/ceduna/run_model.py

    r6370 r6398  
    6060# Read in boundary from ordered sts file
    6161event_sts = create_sts_boundary(project.event_sts)
     62print 'HELLO event_sts', event_sts
    6263
    6364# Reading the landward defined points, this incorporates the original clipping
    6465# polygon minus the 100m contour
    6566landward_boundary = read_polygon(project.landward_boundary)
     67print 'landward boundary', landward_boundary
    6668
    6769# Combine sts polyline with landward points
    6870bounding_polygon_sts = event_sts + landward_boundary
     71print 'bounding polygon', bounding_polygon_sts
    6972
    7073# Number of boundary segments
Note: See TracChangeset for help on using the changeset viewer.