Changeset 3841
- Timestamp:
- Oct 23, 2006, 3:27:05 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
r3840 r3841 68 68 #import sys; sys.exit() 69 69 urs2sww(boundary_dir_name, 70 minlat=project.south, maxlat=project.north,71 minlon= project.west, maxlon=project.east,72 mint=0, maxt= 35000,70 # minlat=project.south, maxlat=project.north, 71 # minlon= project.west, maxlon=project.east, 72 # mint=0, maxt= 35000, 73 73 verbose='true') 74 74 -
anuga_work/production/dampier_2006/project.py
r3839 r3841 35 35 36 36 #mesh_name = 'elevation50m' 37 boundary_name = 'dampier 9_1'38 boundary_source = ' mag_9a'37 boundary_name = 'dampier' 38 boundary_source = 'test' 39 39 40 40 # topography file names
Note: See TracChangeset
for help on using the changeset viewer.