Changeset 3637
- Timestamp:
- Sep 20, 2006, 4:51:01 PM (17 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_mesh.py
r3636 r3637 128 128 129 129 gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1) 130 gulleys.setMaxArea(0.0000 5*base_resolution)130 gulleys.setMaxArea(0.00002*base_resolution) 131 131 132 132 -
anuga_validation/okushiri_2005/lwru2.py
r3563 r3637 15 15 16 16 17 import sys18 from os import sep19 sys.path.append('..'+sep+'..'+sep) #FIXME: Shouldn't be necessary17 #import sys 18 #from os import sep 19 #sys.path.append('..'+sep+'..'+sep) #FIXME: Shouldn't be necessary 20 20 21 21 def prepare_timeboundary(filename): … … 134 134 domain.set_quantity('elevation', 135 135 filename = project.bathymetry_filename[:-4] + '.pts', 136 alpha = 0.001, 136 #alpha = 0.01, 137 alpha = 0.02, 137 138 verbose = True, 138 139 use_cache = True)
Note: See TracChangeset
for help on using the changeset viewer.