Changeset 5578 for anuga_work/production/perth/run_perth.py
- Timestamp:
- Jul 25, 2008, 5:21:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/run_perth.py
r5569 r5578 17 17 # Standard modules 18 18 from os import sep 19 import os 19 20 from os.path import dirname, basename 20 21 from os import mkdir, access, F_OK … … 77 78 78 79 # 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)) 80 81 81 82 # Reading the landward defined points, this incorporates the original clipping
Note: See TracChangeset
for help on using the changeset viewer.