- Timestamp:
- Mar 8, 2012, 5:07:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/channel_floodplain/plotme.py
r8353 r8355 4 4 5 5 # Time-index to plot outputs from 6 index= 8006 index=1100 7 7 8 8 #p2 = util.get_output('channel_floodplain1_bal_dev.sww', minimum_allowed_height=0.01) … … 10 10 #p=util.get_centroids(p2, velocity_extrapolation=True) 11 11 12 p2 = util.get_output('channel_floodplain1_bal_dev .sww', 0.01)12 p2 = util.get_output('channel_floodplain1_bal_dev_lowvisc.sww', 0.01) 13 13 p=util.get_centroids(p2, velocity_extrapolation=True) 14 14
Note: See TracChangeset
for help on using the changeset viewer.