- Timestamp:
- Nov 3, 2006, 11:35:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri_original.py
r3854 r3913 196 196 197 197 198 #inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1) 199 #inner.setMaxArea(0.00007*base_resolution) 200 198 201 inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1) 199 inner.setMaxArea(0.000 07*base_resolution)202 inner.setMaxArea(0.0003*base_resolution) 200 203 201 204 202 205 gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1) 203 gulleys.setMaxArea(0.0000 2*base_resolution)206 gulleys.setMaxArea(0.00003*base_resolution) 204 207 205 208
Note: See TracChangeset
for help on using the changeset viewer.