- Timestamp:
- Aug 6, 2009, 9:16:24 AM (14 years ago)
- 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 B usselton, WA, Australia.1 """Run a tsunami inundation scenario for Batemans Bay, NSW, Australia. 2 2 3 3 The scenario is defined by a triangular mesh created from project.polygon, the … … 165 165 ## 166 166 ##for t in domain.evolve(yieldstep=5, 167 ## finaltime= 6000,168 ## skip_initial_step= True):167 ## finaltime=project.finaltime, 168 ## skip_initial_step=False): 169 169 ## print domain.timestepping_statistics() 170 170 ## print domain.boundary_statistics(tags='ocean')
Note: See TracChangeset
for help on using the changeset viewer.