- Timestamp:
- Jun 14, 2012, 12:31:32 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/channel_floodplain/plotme.py
r8384 r8446 4 4 5 5 # Time-index to plot outputs from 6 index= 536 index=60 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_lowvisc.sww', 0.01) 12 #p2 = util.get_output('channel_floodplain1_bal_dev_lowvisc.sww', 0.01) 13 p2 = util.get_output('channel_floodplain1.sww', 0.01) 13 14 p=util.get_centroids(p2, velocity_extrapolation=True) 14 15
Note: See TracChangeset
for help on using the changeset viewer.