Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the list of broken recipes for v2.11.0 #3706

Merged
merged 8 commits into from
Jul 3, 2024
43 changes: 29 additions & 14 deletions doc/sphinx/source/recipes/broken_recipe_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,41 @@ More details can be found in the :ref:`broken recipe policy
<broken-recipe-policy>`.

.. list-table:: Broken recipes
:widths: 25 25 25 25
:widths: 25 25 25 25 25
:header-rows: 1

* - Broken recipe
- Affected diagnostics
- Broken since release
- Problem
- GitHub issue
* - `recipe_check_obs.yml`
- `ERA5_native6`
- Derivation of custom variables `rlus` and `rsus`
- `#1388 <https://github.com/ESMValGroup/ESMValCore/issues/1388>`_
* - :ref:`recipe_julia.yml <recipe_examples>`
bouweandela marked this conversation as resolved.
Show resolved Hide resolved
- `example`
- fill values are not interpreted, resulting in an unusable plot
- v2.5.0
- Fill values are not interpreted, resulting in an unusable plot
- `#2595 <https://github.com/ESMValGroup/ESMValTool/issues/2595>`_
* - :ref:`recipe_seaice_drift.yml <recipes_seaice_drift>`
- `sea_ice_drift_SCICEX`
- ``shapely 2`` issue
- `#3243 <https://github.com/ESMValGroup/ESMValTool/issues/3243>`_
* - :ref:`recipe_pysplot.yml <recipes_psyplot_diag>`
- `plot_map`
- ``shapely 2`` issue
- `#3483 <https://github.com/ESMValGroup/ESMValTool/issues/3483>`_
* - :ref:`recipe_climwip_brunner2019_med.yml <recipe_climwip>`
- All (preprocessor issue)
- v2.11.0
- Failed to run preprocessor function ``fix_metadata`` on the data: Unable to convert units
- `#3694 <https://github.com/ESMValGroup/ESMValTool/issues/3694>`_
* - :ref:`recipe_ocean_amoc.yml <XML_oceans>`
- ``diag_timeseries_amoc``, ``diag_transects``
- v2.11.0
- CESM1 CMIP5 Omon data no longer available
- `#3693 <https://github.com/ESMValGroup/ESMValTool/issues/3693>`_
* - :ref:`recipe_preprocessor_derive_test.yml <recipe_examples>`
- ``cmip6/toz``
- v2.11.0
- Failed to run preprocessor function ``derive`` on the data: Unable to convert units
- `#3709 <https://github.com/ESMValGroup/ESMValTool/issues/3709>`_
* - :ref:`recipe_russell18jgr.yml <nml_oceanmetrics>`
- ``Figure_4``
- v2.11.0
- CESM1 CMIP5 Omon data no longer available
- `#3693 <https://github.com/ESMValGroup/ESMValTool/issues/3693>`_
* - :ref:`recipe_wenzel14jgr.yml <recipe_wenzel14jgr>`
- ``diag_tsline_Fig2d``
- v2.11.0
- CESM1 CMIP5 Omon data no longer available
- `#3693 <https://github.com/ESMValGroup/ESMValTool/issues/3693>`_
2 changes: 2 additions & 0 deletions doc/sphinx/source/recipes/recipe_wenzel14jgr.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _recipe_wenzel14jgr:

Emergent constraints on carbon cycle feedbacks
==============================================

Expand Down