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

This file was deleted.

1 change: 0 additions & 1 deletion doc/sphinx/source/api/esmvaltool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Diagnostic Scripts
esmvaltool.diag_scripts.emergent_constraints
esmvaltool.diag_scripts.monitor
esmvaltool.diag_scripts.ocean
esmvaltool.diag_scripts.psyplot_diag
esmvaltool.diag_scripts.seaborn_diag
esmvaltool.diag_scripts.portrait_plot
esmvaltool.diag_scripts.climate_metrics.tcre
Expand Down
5 changes: 0 additions & 5 deletions doc/sphinx/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ preprocessed model.
The plotting parameters are set through a yaml configuration file, and the type
of plots to be generated are determined in the recipe.

Moreover, recipe :ref:`recipes_psyplot_diag` and the corresponding diagnostic
:ref:`psyplot_diag.py <api.esmvaltool.diag_scripts.psyplot_diag>` provide a
high-level interface to the `Psyplot <https://psyplot.github.io/>`__ package
which can be used to create a large variety of different plots.

Similarly, recipe :ref:`recipes_seaborn_diag` and the corresponding diagnostic
:ref:`seaborn_diag.py <api.esmvaltool.diag_scripts.seaborn_diag>` provide a
high-level interface to the `Seaborn <https://seaborn.pydata.org>`__ package
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/source/recipes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ large variety of input data.
recipe_model_evaluation
recipe_monitor
recipe_portrait
recipe_psyplot
recipe_seaborn
recipe_ref

Expand Down Expand Up @@ -167,6 +166,7 @@ require a legacy version of ESMValTool to run.
.. toctree::
:maxdepth: 1

recipe_psyplot
recipe_rainfarm
recipe_schlund20jgr
recipe_spei
Expand Down
14 changes: 10 additions & 4 deletions doc/sphinx/source/recipes/recipe_psyplot.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
.. _recipes_psyplot_diag:

Psyplot Diagnostics
===================
Legacy recipe: Psyplot Diagnostics
==================================

.. 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.12.0.

Overview
--------
Expand All @@ -18,9 +24,9 @@ Recipes are stored in recipes/

* recipe_psyplot.yml

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

* :ref:`psyplot_diag.py <api.esmvaltool.diag_scripts.psyplot_diag>`
* psyplot_diag.py


Variables
Expand Down
4 changes: 0 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ dependencies:
- pip !=21.3
- progressbar2
- prov
- psyplot >=1.5.0
- psy-maps >=1.5.0
- psy-reg >=1.5.0
- psy-simple >=1.5.0
- pyproj >=2.1
- pys2index # only from conda-forge
- python >=3.11,<3.13
Expand Down
4 changes: 0 additions & 4 deletions environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ dependencies:
- pip !=21.3
- progressbar2
- prov
- psyplot >=1.5.0
- psy-maps >=1.5.0
- psy-reg >=1.5.0
- psy-simple >=1.5.0
- pyproj >=2.1
- pys2index >=0.1.5 # only from conda-forge; https://github.com/ESMValGroup/ESMValTool/pull/3792
- python >=3.11,<3.13
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
"packaging",
"pandas",
"progressbar2",
"psyplot>=1.5.0", # psy*<1.5.0 are not py312 compat
"psy-maps>=1.5.0",
"psy-reg>=1.5.0",
"psy-simple>=1.5.0",
"pyproj>=2.1",
"pys2index",
"python-dateutil",
Expand Down