Changeset 5761 for anuga_work/production/perth/build_perth.py
- Timestamp:
- Sep 12, 2008, 12:26:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/perth/build_perth.py
r5759 r5761 1 """Script for running tsunami inundation scenario for Perth, WA, Australia. 1 """ 2 Script for building the elevation data to run tsunami inundation scenario 3 for Perth, WA, Australia. 2 4 3 Source data such as elevation and boundary data is assumed to be available in 4 directories specified by project.py 5 The output sww file is stored in project.output_time_dir 6 7 The scenario is defined by a triangular mesh created from project.polygon, 8 the elevation data and a simulated submarine landslide. 9 5 Input: elevation data from project.py 6 Output: pts file stored in project.topographies_dir 10 7 The run_perth.py is reliant on the output of this script. 11 8
Note: See TracChangeset
for help on using the changeset viewer.