source: trunk/anuga_work/development/Rudy_vandrie_2007/blackbutt/test_bb.py @ 7924

Last change on this file since 7924 was 4441, checked in by ole, 18 years ago

Work with Rudy and Ted 9 May 20007

File size: 970 bytes
Line 
1"""Script for running a tsunami inundation scenario for Cairns, QLD Australia.
2
3Source data such as elevation and boundary data is assumed to be available in
4directories specified by project.py
5The output sww file is stored in directory named after the scenario, i.e
6slide or fixed_wave.
7
8The scenario is defined by a triangular mesh created from project.polygon,
9the elevation data and a tsunami wave generated by a submarine mass failure.
10
11Ole Nielsen and Duncan Gray, GA - 2005 and Jane Sexton and
12Nick Bartzis, GA - 2006
13"""
14
15#------------------------------------------------------------------------------
16# Import necessary modules
17#------------------------------------------------------------------------------
18
19# Standard modules
20import os
21import time
22import sys
23
24# Related major packages
25from anuga.geospatial_data.geospatial_data import Geospatial_data
26
27G = Geospatial_data('ALL_Grd_Bui_Comb_Smth_Rds_XYZPts_only.txt', delimiter=' ')
Note: See TracBrowser for help on using the repository browser.