Changeset 442 for trunk/UTIL


Ignore:
Timestamp:
Dec 1, 2011, 2:36:48 PM (13 years ago)
Author:
acolaitis
Message:

Bug fix (again, yes..). Now working properly with mapmode 1 and 0 on GCM and LES files. (not tested on meso)

File:
1 edited

Legend:

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

    r441 r442  
    251251           m = define_proj(proj,wlon,wlat,back=back,blat=blat)
    252252           x, y = m(lon2d, lat2d)
     253       elif mapmode ==0:
     254           m = None ; x = None ; y = None
    253255
    254256       ####################################################################
Note: See TracChangeset for help on using the changeset viewer.