- Timestamp:
- Aug 6, 2009, 9:16:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/new_south_wales/gosford/run_model.py
r7252 r7327 1 """Run a tsunami inundation scenario for Busselton, WA, Australia.1 """Run a tsunami inundation scenario for Gosford, NSW, Australia. 2 2 3 3 The scenario is defined by a triangular mesh created from project.polygon, the … … 159 159 t0 = time.time() 160 160 161 ##for t in domain.evolve(yieldstep=5, 162 ## finaltime=project.finaltime, 163 ## skip_initial_step=False): 164 ## print domain.timestepping_statistics() 165 ## print domain.boundary_statistics(tags='ocean') 166 161 167 for t in domain.evolve(yieldstep=project.yieldstep, 162 168 finaltime=project.finaltime, … … 165 171 print domain.boundary_statistics(tags='ocean') 166 172 print domain.volumetric_balance_statistics() 167 173 168 174 print 'Simulation took %.2f seconds' % (time.time()-t0)
Note: See TracChangeset
for help on using the changeset viewer.