Changeset 2445


Ignore:
Timestamp:
03/20/15 17:09:22 (9 years ago)
Author:
labetoulle
Message:

typo

File:
1 edited

Legend:

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

    r2443 r2445  
    229229  conso_max = np.nanmax(consos) 
    230230  if args.max: 
    231     ymax = np.nanmax(consos)  # + np.nanmax(consos)*.1 
     231    ymax = conso_max  # + conso_max*.1 
    232232  else: 
    233233    ymax = 2. * conso_per_day 
Note: See TracChangeset for help on using the changeset viewer.