Changeset 3836
- Timestamp:
- Oct 23, 2006, 1:47:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/dampier_2006/project.py
r3835 r3836 114 114 north = degminsec2decimal_degrees(-20,15,0) 115 115 west = degminsec2decimal_degrees(116,17,0) 116 east = degminsec2decimal_degrees(11 8,10,0)116 east = degminsec2decimal_degrees(117,10,0) 117 117 118 118 #only used to clip boundary condition 119 north_boundary = north + 0. 5120 south_boundary = south - 0. 5121 west_boundary = west - 0. 5122 east_boundary = east + 0. 5119 north_boundary = north + 0.1 120 south_boundary = south - 0.1 121 west_boundary = west - 0.1 122 east_boundary = east + 0.1 123 123 124 124
Note: See TracChangeset
for help on using the changeset viewer.