Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions doc/sphinx/source/recipes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ Atmosphere
recipe_eady_growth_rate
recipe_extreme_events
recipe_extreme_index
recipe_eyring06jgr
recipe_eyring13jgr
recipe_gier20bg
recipe_heatwaves_coldwaves
recipe_hyint
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
.. _recipe_eyring06jgr:

Diagnostics of stratospheric dynamics and chemistry
===================================================
Legacy recipe: Diagnostics of stratospheric dynamics and chemistry
==================================================================

.. note::

This recipe has been retired and moved to the folder "archive". This recipe
is only included for documentation purposes and not maintained any more. The
last known ESMValTool version supporting this recipe is version 2.13.0.

Overview
--------
Expand All @@ -18,11 +24,11 @@ The following plots are reproduced:
Available recipes and diagnostics
---------------------------------

Recipes are stored in esmvaltool/recipes/
Recipes are stored in archive/legacy_recipes

* recipe_eyring06jgr.yml

Diagnostics are stored in esmvaltool/diag_scripts/eyring06jgr/
Diagnostics are stored in archive/legacy_diag_scripts/eyring06jgr/

* eyring06jgr_fig01.ncl
* eyring06jgr_fig05a.ncl
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
.. _recipe_eyring13jgr:

Ozone and associated climate impacts
====================================
Legacy recipe: Ozone and associated climate impacts
===================================================

.. note::

This recipe has been retired and moved to the folder "archive". This recipe
is only included for documentation purposes and not maintained any more. The
last known ESMValTool version supporting this recipe is version 2.13.0.

Overview
--------
Expand All @@ -17,11 +23,11 @@ The following plots are reproduced:
Available recipes and diagnostics
---------------------------------

Recipes are stored in esmvaltool/recipes/
Recipes are stored in archive/legacy_recipes

* recipe_eyring13jgr_12.yml

Diagnostics are stored in esmvaltool/diag_scripts/eyring13jgr/
Diagnostics are stored in archive/legacy_diag_scripts/eyring13jgr/

* eyring13jgr_fig12.ncl

Expand Down
2 changes: 2 additions & 0 deletions doc/sphinx/source/recipes/legacy_recipe_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ require a legacy version of ESMValTool to run.
.. toctree::
:maxdepth: 1

legacy/recipe_eyring06jgr
legacy/recipe_eyring13jgr
legacy/recipe_psyplot
legacy/recipe_rainfarm
legacy/recipe_schlund20jgr
Expand Down
7 changes: 0 additions & 7 deletions esmvaltool/utils/batch-jobs/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@
"recipe_extreme_index": {
"partition": "#SBATCH --partition=compute \n",
},
"recipe_eyring06jgr": {
"partition": "#SBATCH --partition=compute \n",
},
"recipe_eyring13jgr_12": {
"partition": "#SBATCH --partition=compute \n",
},
"recipe_flato13ipcc_figures_938_941_cmip6": {
"partition": "#SBATCH --partition=compute \n",
},
Expand Down Expand Up @@ -196,7 +190,6 @@
"recipe_bock20jgr_fig_8-10": 1,
"recipe_daily_era5": 1,
"recipe_easy_ipcc": 1,
"recipe_eyring13jgr_12": 1,
"recipe_climate_change_hotspot": 1,
"recipe_flato13ipcc_figure_96": 1,
"recipe_flato13ipcc_figures_938_941_cmip3": 1,
Expand Down
2 changes: 0 additions & 2 deletions esmvaltool/utils/testing/regression/recipes.rc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
"recipe_ensclus.yml",
"recipe_extreme_events.yml",
"recipe_extreme_index.yml",
"recipe_eyring06jgr.yml",
"recipe_eyring13jgr_12.yml",
"recipe_flato13ipcc.yml",
"recipe_gier2020bg.yml",
"recipe_heatwaves_coldwaves.yml",
Expand Down