Changeset 6334 for anuga_work/production/patong/run_patong.py
- Timestamp:
- Feb 13, 2009, 1:48:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/patong/run_patong.py
r6323 r6334 204 204 t0 = time.time() 205 205 206 # Skip over the first 5000 seconds207 for t in domain.evolve(yieldstep= 500,208 finaltime= 5000):206 # Skip over the first 6000 seconds 207 for t in domain.evolve(yieldstep=2000, 208 finaltime=6000): 209 209 print domain.timestepping_statistics() 210 210 print domain.boundary_statistics(tags='ocean')
Note: See TracChangeset
for help on using the changeset viewer.