Changeset 7380


Ignore:
Timestamp:
Aug 18, 2009, 11:07:27 AM (16 years ago)
Author:
jgriffin
Message:
 
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.
    22
    33The scenario is defined by a triangular mesh created from project.polygon, the
     
    163163    print domain.timestepping_statistics()
    164164    print domain.boundary_statistics(tags='ocean')
    165     print domain.volumetric_balance_statistics()
     165##    print domain.volumetric_balance_statistics()
    166166
    167167print 'Simulation took %.2f seconds' % (time.time()-t0)
Note: See TracChangeset for help on using the changeset viewer.