Changeset 3839
- Timestamp:
- Oct 23, 2006, 2:12:42 PM (18 years ago)
- Location:
- anuga_work/production/dampier_2006
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/build_dampier.py
r3837 r3839 68 68 #import sys; sys.exit() 69 69 urs2sww(boundary_dir_name, 70 minlat=project.north _boundary, maxlat=project.south_boundary,71 minlon= project.west _boundary, maxlon=project.east_boundary,70 minlat=project.north, maxlat=project.south, 71 minlon= project.west, maxlon=project.east, 72 72 mint=0, maxt= 35000, 73 73 verbose='true') -
anuga_work/production/dampier_2006/project.py
r3838 r3839 117 117 118 118 #only used to clip boundary condition 119 north_boundary = north + 0. 1120 south_boundary = south - 0. 1121 west_boundary = west - 0. 1122 east_boundary = east + 0. 1119 north_boundary = north + 0.05 120 south_boundary = south - 0.05 121 west_boundary = west - 0.05 122 east_boundary = east + 0.05 123 123 124 124
Note: See TracChangeset
for help on using the changeset viewer.