Changeset 3786
- Timestamp:
- Oct 16, 2006, 12:24:22 PM (18 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/create_okushiri.py
r3782 r3786 196 196 197 197 inner = m.addRegionEN(island_3[0]+.1, island_3[1]+.1) 198 #inner.setMaxArea(0.0003*base_resolution)199 198 inner.setMaxArea(0.00007*base_resolution) 200 199 … … 202 201 gulleys = m.addRegionEN(p0[0]+0.1, p0[1]+0.1) 203 202 gulleys.setMaxArea(0.00002*base_resolution) 204 #gulleys.setMaxArea(0.00003*base_resolution)205 203 206 204 -
anuga_validation/okushiri_2005/run_okushiri.py
r3782 r3786 39 39 domain = Domain(points, vertices, boundary) 40 40 41 domain.set_name('okushiri_ old_limiters_smooth=0.01_maxA_as2005')41 domain.set_name('okushiri_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 46 # Set old (pre Sep 2006) defaults for limiters … … 63 63 domain.set_quantity('elevation', 64 64 filename=project.bathymetry_filename[:-4] + '.pts', 65 #alpha=0.02, #This was the best one with setMaxArea(0.00002*base_resolution) 66 alpha=0.01, 65 alpha=0.02, 67 66 verbose=True, 68 67 use_cache=True)
Note: See TracChangeset
for help on using the changeset viewer.