Changeset 4063 for anuga_work/production/sydney_2006
- Timestamp:
- Dec 6, 2006, 5:35:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/sydney_2006/run_sydney_slide.py
r4058 r4063 98 98 print 'add' 99 99 G = G11.clip(Geospatial_data(project_slide.poly_surveyclip)) +\ 100 G12.clip(Geospatial_data(project_slide.polyAll)) 100 G12.clip(Geospatial_data(project_slide.polyAll)) +\ 101 101 G2.clip(Geospatial_data(project_slide.poly_25mclip)) +\ 102 102 G3.clip(Geospatial_data(project_slide.poly_origsyd)) +\ … … 113 113 114 114 from anuga.pmesh.mesh_interface import create_mesh_from_regions 115 remainder_res = 1 25000.116 local_res = 30000.115 remainder_res = 150000. 116 local_res = 50000. 117 117 coast_res = 500. 118 118 interior_regions = [[project_slide.poly_syd1, local_res], … … 193 193 t0 = time.time() 194 194 195 for t in domain.evolve(yieldstep = 30, finaltime = 480):195 for t in domain.evolve(yieldstep = 30, finaltime = 5000): 196 196 domain.write_time() 197 197 domain.write_boundary_statistics(tags = 'e2')
Note: See TracChangeset
for help on using the changeset viewer.