|
69 | 69 | needs to be 2D with dimensions `time`, `latitude`/`longitude`.
|
70 | 70 | - Benchmarking plot annual cycles (``benchmarking_annual_cycle``)
|
71 | 71 | Same as plot type ``annual_cycle`` but including the range of metric
|
72 |
| - results from an ensemble of models as shading. |
| 72 | + results from an ensemble of models as shading. |
73 | 73 | - Benchmarking box plots (``benchmarking_boxplot``)
|
74 | 74 | Box plots showing the metric results for given variables from a given
|
75 | 75 | model and the range from the first quartile to the third quartile, the
|
76 | 76 | median, and minimum and maximum values (excluding the outliers) from
|
77 |
| - an ensemble of models for comparison. |
| 77 | + an ensemble of models for comparison. |
78 | 78 | - Benchmarking plot diurnal cycles (``benchmarking_diurnal_cycle``)
|
79 | 79 | Same as plot type ``diurnal_cycle`` but including range of metric results
|
80 | 80 | from an ensemble of models as shading.
|
81 | 81 | - Benchmarking map plots (``benchmarking_map``)
|
82 | 82 | Same as plot type ``map`` but with stippled areas masking grid cells
|
83 |
| - where the selected metric is smaller than the 90% percentile of corresponding |
84 |
| - values from an ensemble of models used for comparison. |
| 83 | + where the selected metric is smaller than the 90% percentile of |
| 84 | + corresponding values from an ensemble of models used for comparison. |
85 | 85 | - Benchmarking plot time series (``benchmarking_timeseries``)
|
86 | 86 | Same as plot type ``timeseries`` but including the range of metric
|
87 | 87 | results from an ensemble of models as shading.
|
|
655 | 655 | '{short_name}'``, ``xlim: [0, 5]``.
|
656 | 656 | var_order: str (list), optional
|
657 | 657 | Optional list of strings containing variable names to define the order of
|
658 |
| - the variables plotted. |
| 658 | + the variables plotted. |
659 | 659 | label: str, optional
|
660 | 660 | Facet_used_for_labels.
|
661 | 661 | fontsize: int, optional (default: 10)
|
|
0 commit comments