Changeset 602
- Timestamp:
- Mar 27, 2012, 7:15:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot.py
r599 r602 173 173 ########################################################## 174 174 if typefile in ["gcm","earthgcm","ecmwf"]: 175 if slon is not None: sslon = slon ## a fix of the sslon not initialized. but what is the use of sslon? 176 if slat is not None: sslat = slat ## a fix of the sslat not initialized. but what is the use of sslat? 175 177 ### LAT 176 178 if "latitude" in nc.variables: lat = nc.variables["latitude"][:]
Note: See TracChangeset
for help on using the changeset viewer.