Changeset 1163 for trunk


Ignore:
Timestamp:
Jan 21, 2014, 4:34:35 PM (11 years ago)
Author:
aslmd
Message:

planetoplot. added garde-fou for correctls if time dimension is not defined correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/ppclass.py

    r1158 r1163  
    15161516            ### options added by A. Spiga
    15171517            elif self.changetime == "correctls":
     1518             if self.tabtime is None:
     1519              print "!! WARNING !! Encountered a problem with correctls. Check your time dimension. Skipping this part."
     1520             else:
    15181521              dafirst = self.tabtime[0] + 0.
    15191522              if self.dim_t == 1:
Note: See TracChangeset for help on using the changeset viewer.