Changeset 4227 for anuga_validation/okushiri_2005
- Timestamp:
- Feb 6, 2007, 4:13:19 PM (18 years ago)
- Location:
- anuga_validation/okushiri_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/okushiri_2005/compare_timeseries.py
r3915 r4227 21 21 plotting = True 22 22 23 print 'plotting', plotting 23 24 #plotting = False 24 25 -
anuga_validation/okushiri_2005/run_okushiri.py
r4219 r4227 80 80 81 81 for t in domain.evolve(yieldstep = 0.05, finaltime = 22.5): 82 domain.write_time(track_speeds= True)82 domain.write_time(track_speeds=False) 83 83 84 84 print 'That took %.2f seconds' %(time.time()-t0)
Note: See TracChangeset
for help on using the changeset viewer.