Changeset 3835
- Timestamp:
- Oct 23, 2006, 1:44:34 PM (19 years ago)
- Location:
- anuga_work/production/dampier_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/build_dampier.py
r3827 r3835 63 63 from anuga.shallow_water.data_manager import urs2sww 64 64 65 print 'minlat=project.north_boundary, maxlat=project.south_boundary',project.north_boundary, project.south_boundary 66 print 'minlon= project.west_boundary, maxlon=project.east_boundary',project.west_boundary, project.east_boundary 67 68 #import sys; sys.exit() 65 69 urs2sww(boundary_dir_name, 66 70 # minlat=project.north_boundary, maxlat=project.south_boundary, -
anuga_work/production/dampier_2006/project.py
r3828 r3835 36 36 #mesh_name = 'elevation50m' 37 37 boundary_name = 'dampier9' 38 boundary_source = 'mag_9 '38 boundary_source = 'mag_9a' 39 39 40 40 # topography file names … … 112 112 refzone = 50 113 113 south = degminsec2decimal_degrees(-20,55,0) 114 north = degminsec2decimal_degrees(- 19,15,0)114 north = degminsec2decimal_degrees(-20,15,0) 115 115 west = degminsec2decimal_degrees(116,17,0) 116 116 east = degminsec2decimal_degrees(118,10,0)
Note: See TracChangeset
for help on using the changeset viewer.