Changeset 427 for trunk/UTIL/PYTHON/myplot.py
- Timestamp:
- Nov 30, 2011, 10:05:32 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/myplot.py
r426 r427 113 113 output = mean(input[d4,:,:,:],axis=0) 114 114 output = reduce_zaxis(output[d3,:,:],ax=0,yint=yint,vert=alt,indice=d3) 115 if anomaly: output = 100. * ((output / smooth(output,csmooth)) - 1.) 115 if anomaly: output = 100. * ((output / smooth(output,csmooth)) - 1.) 116 116 output = mean(output[d2,:],axis=0) 117 117 output = mean(output[d1],axis=0) … … 685 685 "TEMP_NIGHT": "%.0f",\ 686 686 # Variables from MCS and mcs.py ncdf format 687 "DTEMP": "%.0f",\ 688 "NTEMP": "%.0f",\ 687 "DTEMP": "%.0f",\ 688 "NTEMP": "%.0f",\ 689 "DNUMBINTEMP": "%.0f",\ 690 "NNUMBINTEMP": "%.0f",\ 689 691 # other stuff 690 692 "TPOT": "%.0f",\
Note: See TracChangeset
for help on using the changeset viewer.