Changeset 2842
- Timestamp:
- 05/12/16 15:29:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/libconso.py
r2717 r2842 100 100 """ 101 101 """ 102 if x == "None": 103 x = "0o" 104 102 105 if unicode(x).isdecimal(): 103 106 x = x + "o" … … 250 253 251 254 x2 = len(utheos) - 1 255 x1 = x2 252 256 for nb, elem in enumerate(utheos[-2::-1]): 253 257 if elem >= utheos[x2]: … … 293 297 294 298 if not self.size or \ 295 299 self.unit == unit_out: 296 300 size_out = self.size 297 301 else:
Note: See TracChangeset
for help on using the changeset viewer.