Changeset 602


Ignore:
Timestamp:
Mar 27, 2012, 7:15:01 PM (13 years ago)
Author:
aslmd
Message:

UTIL PYTHON : a quick fix for the sslon sslat trouble. longitude and latitude were not selected.

File:
1 edited

Legend:

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

    r599 r602  
    173173##########################################################
    174174      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?
    175177          ### LAT
    176178          if "latitude" in nc.variables:  lat = nc.variables["latitude"][:]
Note: See TracChangeset for help on using the changeset viewer.