Changeset 2445 for TOOLS/ConsoGENCMIP6/bin/plot_bilan.py
- Timestamp:
- 03/20/15 17:09:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/plot_bilan.py
r2443 r2445 229 229 conso_max = np.nanmax(consos) 230 230 if args.max: 231 ymax = np.nanmax(consos) # + np.nanmax(consos)*.1231 ymax = conso_max # + conso_max*.1 232 232 else: 233 233 ymax = 2. * conso_per_day
Note: See TracChangeset
for help on using the changeset viewer.