Ignore:
Timestamp:
Aug 6, 2009, 9:16:24 AM (14 years ago)
Author:
jgriffin
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/new_south_wales/batemans_bay/run_model.py

    r7059 r7327  
    1 """Run a tsunami inundation scenario for Busselton, WA, Australia.
     1"""Run a tsunami inundation scenario for Batemans Bay, NSW, Australia.
    22
    33The scenario is defined by a triangular mesh created from project.polygon, the
     
    165165##
    166166##for t in domain.evolve(yieldstep=5,
    167 ##                       finaltime=6000,
    168 ##                       skip_initial_step=True):
     167##                       finaltime=project.finaltime,
     168##                       skip_initial_step=False):
    169169##    print domain.timestepping_statistics()
    170170##    print domain.boundary_statistics(tags='ocean')
Note: See TracChangeset for help on using the changeset viewer.