Ignore:
Timestamp:
03/02/15 11:47:26 (9 years ago)
Author:
labetoulle
Message:

plot daily consumption instead of cumulative total

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/ConsoGENCMIP6/bin/gencmip6.py

    r2417 r2420  
    111111      missing_values="nan", 
    112112    ) 
    113     print(data) 
    114     print(type(data)) 
    115     print(data.shape) 
    116     print(data.size) 
     113    # print(data) 
     114    # print(type(data)) 
     115    # print(data.shape) 
     116    # print(data.size) 
    117117    dates, utheos = zip(*data) 
    118118 
Note: See TracChangeset for help on using the changeset viewer.