Changeset 5847 for anuga_core/source/anuga/shallow_water/test_system.py
- Timestamp:
- Oct 18, 2008, 9:13:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/test_system.py
r4712 r5847 150 150 for t in domain.evolve(yieldstep = 5, finaltime = 9.0): 151 151 pass 152 # printdomain.write_time()152 #domain.write_time() 153 153 #print "domain.time", domain.time 154 154 … … 157 157 times = fid.variables['time'][:] 158 158 stage = fid.variables['stage'][:] 159 #print stage 159 160 #print "times", times 160 161 #print "fid.starttime", fid.starttime
Note: See TracChangeset
for help on using the changeset viewer.