Ignore:
Timestamp:
Jul 25, 2008, 5:21:30 PM (16 years ago)
Author:
kristy
Message:

updated sts boundary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/perth/run_perth.py

    r5569 r5578  
    1717# Standard modules
    1818from os import sep
     19import os
    1920from os.path import dirname, basename
    2021from os import mkdir, access, F_OK
     
    7778
    7879    # Read in boundary from ordered sts file
    79     urs_bounding_polygon=create_sts_boundary(project.scenario_name)
     80    urs_bounding_polygon=create_sts_boundary(os.path.join(project.boundaries_dir,project.scenario_name))
    8081
    8182    # Reading the landward defined points, this incorporates the original clipping
Note: See TracChangeset for help on using the changeset viewer.