Changeset 2885 for production/karratha_2005
- Timestamp:
- May 16, 2006, 2:47:42 PM (19 years ago)
- Location:
- production/karratha_2005
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
production/karratha_2005/get_cross_section.py
r1960 r2885 40 40 verbose = True) 41 41 42 print f42 #print f 43 43 44 T = f.get_time() 44 45 from math import sqrt 45 for time in [ f.T[0], f.T[0] + 10]:46 for time in [T[0], T[0] + 10]: 46 47 47 48 abscissa = [] -
production/karratha_2005/get_timeseries.py
r2122 r2885 66 66 max_depth = 0 67 67 max_momentum = 0 68 for i, t in enumerate(f. T): # T is a list of times68 for i, t in enumerate(f.get_time()): # T is a list of times 69 69 #if tmin < t < tmax: 70 70 w = f(t, point_id = k)[0]
Note: See TracChangeset
for help on using the changeset viewer.