Changeset 4856 for anuga_work/production/onslow_2006/project_urs.py
- Timestamp:
- Nov 27, 2007, 4:18:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/onslow_2006/project_urs.py
r4853 r4856 6 6 import sys 7 7 from time import localtime, strftime, gmtime 8 from anuga.utilities.polygon import read_polygon, plot_polygons _points, polygon_area, is_inside_polygon, number_mesh_triangles8 from anuga.utilities.polygon import read_polygon, plot_polygons, polygon_area, is_inside_polygon, number_mesh_triangles 9 9 from anuga.coordinate_transforms.redfearn import degminsec2decimal_degrees, convert_from_latlon_to_utm 10 10 from anuga.utilities.system_tools import get_user_name, get_host_name … … 39 39 finaltime=25000 40 40 setup='final' 41 source='dampier' 41 #source='exmouth' 42 source='onslow' 43 #source='dampier' 42 44 43 45 if setup =='trial':
Note: See TracChangeset
for help on using the changeset viewer.