Ignore:
Timestamp:
Oct 1, 2012, 1:29:35 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON. Added local plot/map capability to MCD interface. Added possibility to set projection and title. Added possibility to map horizontal wind velocity

File:
1 edited

Legend:

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

    r792 r796  
    14191419    elif numdim == 1:   [lon2d,lat2d] = np.meshgrid(lon,lat)
    14201420    else:               errormess("lon and lat arrays must be 1D or 2D")
    1421     [wlon,wlat] = latinterv()
     1421    #[wlon,wlat] = latinterv()
     1422    [wlon,wlat] = simplinterv(lon2d,lat2d)
    14221423    ## define projection and background. define x and y given the projection
    14231424    m = define_proj(proj,wlon,wlat,back=zeback,blat=None,blon=None)
Note: See TracChangeset for help on using the changeset viewer.