Changeset 570 for trunk


Ignore:
Timestamp:
Mar 7, 2012, 5:26:01 PM (13 years ago)
Author:
acolaitis
Message:

A bug was introduced for some config in previous commit ... corrected.

File:
1 edited

Legend:

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

    r569 r570  
    196196          ###### STUFF TO GET THE CORRECT LAT/LON FROM MESOSCALE FILES WITH 2D LAT/LON ARRAYS
    197197          ###### principle: calculate correct indices then repopulate slon and slat
     198          sslon = None ; sslat = None
    198199          if slon is not None or slat is not None:
    199200              if slon is not None: sslon = np.zeros([1,2])
Note: See TracChangeset for help on using the changeset viewer.