Changeset 3782
- Timestamp:
- Oct 13, 2006, 4:29:19 PM (18 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri.py
r3743 r3782 196 196 197 197 inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1) 198 inner.setMaxArea(0.0003*base_resolution) 198 #inner.setMaxArea(0.0003*base_resolution) 199 inner.setMaxArea(0.00007*base_resolution) 199 200 200 201 201 202 gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1) 202 #gulleys.setMaxArea(0.00002*base_resolution)203 gulleys.setMaxArea(0.00001*base_resolution)203 gulleys.setMaxArea(0.00002*base_resolution) 204 #gulleys.setMaxArea(0.00003*base_resolution) 204 205 205 206 -
anuga_validation/okushiri_2005/run_okushiri.py
r3758 r3782 39 39 domain = Domain(points, vertices, boundary) 40 40 41 domain.set_name('okushiri_old_limiters_smooth=0.0 3_maxA=0.00001')41 domain.set_name('okushiri_old_limiters_smooth=0.01_maxA_as2005') 42 42 domain.set_default_order(2) 43 43 domain.set_minimum_storable_height(0.001) 44 #domain.set_minimum_storable_height(0.0001) 44 45 45 46 # Set old (pre Sep 2006) defaults for limiters … … 63 64 filename=project.bathymetry_filename[:-4] + '.pts', 64 65 #alpha=0.02, #This was the best one with setMaxArea(0.00002*base_resolution) 65 alpha=0.0 3,66 alpha=0.01, 66 67 verbose=True, 67 68 use_cache=True)
Note: See TracChangeset
for help on using the changeset viewer.