Ignore:
Timestamp:
Jul 5, 2013, 2:34:21 PM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON planetoplot_v2. possibility to load a field in a restricted interval with e.g. -t 0,1 without performing computations (self.compute=nothing). use for histograms, see histo.py. added smooth2diter. bug correction: ensure numpy array, vector, minmax equal.

Location:
trunk/UTIL/PYTHON/planetoplot_v2/examples
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/examples/zonalmean.py

    r923 r1002  
    66temp.file = "/home/aymeric/Big_Data/DATAPLOT/diagfired.nc"
    77temp.var = "temp"
    8 temp.x = "-180,180"
     8temp.x = "-180,175"
    99temp.y = "-90,90"
    1010temp.t = "0,1"
     
    1818u.file = "/home/aymeric/Big_Data/DATAPLOT/diagfired.nc"
    1919u.var = "u"
    20 u.x = "-180,180"
     20u.x = "-180,175"
    2121u.y = None
    2222u.t = "0.5"
Note: See TracChangeset for help on using the changeset viewer.