Changeset 7380
- Timestamp:
- Aug 18, 2009, 11:07:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DVD_images/extra_files/Gosford/project/run_model.py
r7300 r7380 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 … … 163 163 print domain.timestepping_statistics() 164 164 print domain.boundary_statistics(tags='ocean') 165 print domain.volumetric_balance_statistics()165 ## print domain.volumetric_balance_statistics() 166 166 167 167 print 'Simulation took %.2f seconds' % (time.time()-t0)
Note: See TracChangeset
for help on using the changeset viewer.