Changeset 396
- Timestamp:
- Nov 17, 2011, 1:17:46 PM (13 years ago)
- Location:
- trunk/UTIL/PYTHON
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r395 r396 164 164 output = integrate.trapz(input.filled(),x=vert[indice],axis=ax) 165 165 else: 166 output = integrate.trapz(input .filled(),x=vert[indice],axis=ax)166 output = integrate.trapz(input,x=vert[indice],axis=ax) 167 167 else: 168 168 output = mean(input,axis=ax) -
trunk/UTIL/PYTHON/zrecast_wrapper.py
r385 r396 16 16 for zfile in input_name: 17 17 system("echo "+zfile+" >> zrecast.auto.def") 18 for zvar in [fields]:18 for zvar in fields: 19 19 system("echo "+zvar+" >> zrecast.auto.def") 20 20 system("echo >> zrecast.auto.def")
Note: See TracChangeset
for help on using the changeset viewer.