Changeset 3802 for anuga_work/production/dampier_2006/project.py
- Timestamp:
- Oct 16, 2006, 6:07:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/project.py
r3800 r3802 2 2 """ 3 3 4 import sys 4 5 from os import sep, environ, getenv, getcwd 5 6 from os.path import expanduser, basename 6 #from anuga.utilities.polygon import read_polygon 7 import sys 7 8 8 from anuga.coordinate_transforms.redfearn import\ 9 9 degminsec2decimal_degrees,\ … … 16 16 state = 'western_australia' 17 17 #scenario_dir_name = 'dampier_tsunami_scenario_2006' 18 scenario_dir_name = 'karratha_tsunami_scenario_2005' 18 scenario_dir_name = 'karratha_tsunami_scenario_2005' # Tmp location 19 19 20 20 basename = 'elevation50m' 21 21 boundary_basename = 'SU-AU' 22 23 22 24 23 … … 84 83 #Interior regions 85 84 86 87 85 # CIPMA point of interest 88 86 cipma_latitude = -20.588456
Note: See TracChangeset
for help on using the changeset viewer.