- Timestamp:
- Mar 7, 2012, 5:26:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r569 r570 196 196 ###### STUFF TO GET THE CORRECT LAT/LON FROM MESOSCALE FILES WITH 2D LAT/LON ARRAYS 197 197 ###### principle: calculate correct indices then repopulate slon and slat 198 sslon = None ; sslat = None 198 199 if slon is not None or slat is not None: 199 200 if slon is not None: sslon = np.zeros([1,2])
Note: See TracChangeset
for help on using the changeset viewer.