Ignore:
Timestamp:
Nov 30, 2011, 10:05:32 AM (13 years ago)
Author:
acolaitis
Message:

PYTHON. Corrected bugs related to contour plots with overlines, and mymath.mean() with no Axis specified. Now working on LES format for pp.py... :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myplot.py

    r426 r427  
    113113             output = mean(input[d4,:,:,:],axis=0)
    114114             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.)
    116116             output = mean(output[d2,:],axis=0)
    117117             output = mean(output[d1],axis=0)
     
    685685             "TEMP_NIGHT":   "%.0f",\
    686686             # 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",\
    689691             # other stuff
    690692             "TPOT":         "%.0f",\
Note: See TracChangeset for help on using the changeset viewer.