Skip to content

Commit 82896d0

Browse files
committed
corrections in driver_plot_portraitplot.py
There was an error during the computation of CMIP5 and CMIP6 mean values
1 parent b09ed22 commit 82896d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/driver_plot_portraitplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@
160160

161161
# ---------------------------------------------------#
162162
# Plot
163-
# ---------------------------------------------------#if ' ':
163+
# ---------------------------------------------------#
164+
if ' ':
164165
numbering = [ii+") " for ii in list(string.ascii_lowercase)]
165166
# plot
166167
title = [numbering[ii] + metric_collection_names_for_plot[mc]

0 commit comments

Comments
 (0)