You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sphinx/source/recipes/recipe_climwip.rst
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,23 +56,35 @@ Available recipes and diagnostics
56
56
57
57
Recipes are stored in esmvaltool/recipes/
58
58
59
-
* ``recipe_climwip_test_basic.yml``: Basic sample recipe using only a few models
60
-
* ``recipe_climwip_test_performance_sigma.yml``: Advanced sample recipe for testing the perfect model test in particular
61
-
* ``recipe_climwip_brunner2019_med.yml``: Slightly modified results for one region from `Brunner et al. (2019) <https://doi.org/10.1088/1748-9326/ab492f>`_ (to change regions see below)
62
-
* ``recipe_climwip_brunner2020esd.yml``: Slightly modified results for `Brunner et al. (2020) <https://doi.org/10.5194/esd-11-995-2020>`_
59
+
* ``recipe_climwip_test_basic.yml``: Basic sample recipe using only a few models
60
+
* ``recipe_climwip_test_performance_sigma.yml``: Advanced sample recipe for testing the perfect model test in particular
61
+
* ``recipe_climwip_brunner2020esd.yml``: Slightly modified results for `Brunner et al. (2020) <https://doi.org/10.5194/esd-11-995-2020>`_
62
+
63
+
Archived recipes (stored in archive/legacy_recipes):
64
+
65
+
.. note::
66
+
67
+
These recipes have been retired and moved to the folder "archive". These
68
+
recipes are only included for documentation purposes and not maintained any
69
+
more.
70
+
71
+
* ``recipe_climwip_brunner2019_med.yml``: Slightly modified results for one
72
+
region from `Brunner et al. (2019)
73
+
<https://doi.org/10.1088/1748-9326/ab492f>`_ (to change regions see below)
74
+
[last known ESMValTool version supporting this recipe is version 2.11.0.]
63
75
64
76
Diagnostics are stored in esmvaltool/diag_scripts/weighting/climwip/
65
77
66
-
* ``main.py``: Compute weights for each input dataset
67
-
* ``calibrate_sigmas.py``: Compute the sigma values on the fly
68
-
* ``core_functions.py``: A collection of core functions used by the scripts
69
-
* ``io_functions.py``: A collection of input/output functions used by the scripts
78
+
* ``main.py``: Compute weights for each input dataset
79
+
* ``calibrate_sigmas.py``: Compute the sigma values on the fly
80
+
* ``core_functions.py``: A collection of core functions used by the scripts
81
+
* ``io_functions.py``: A collection of input/output functions used by the scripts
70
82
71
83
Plot scripts are stored in esmvaltool/diag_scripts/weighting/
72
84
73
-
* ``weighted_temperature_graph.py``: Show the difference between weighted and non-weighted temperature anomalies as time series.
74
-
* ``weighted_temperature_map.py``: Show the difference between weighted and non-weighted temperature anomalies on a map.
75
-
* ``plot_utilities.py``: A collection of functions used by the plot scripts.
85
+
* ``weighted_temperature_graph.py``: Show the difference between weighted and non-weighted temperature anomalies as time series.
86
+
* ``weighted_temperature_map.py``: Show the difference between weighted and non-weighted temperature anomalies on a map.
87
+
* ``plot_utilities.py``: A collection of functions used by the plot scripts.
0 commit comments