Skip to content

Commit

Permalink
Remove outdated documentation (#2210)
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela authored Sep 29, 2023
1 parent 6900168 commit bb66bb3
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions doc/recipe/preprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,6 @@ This function requires a land or sea area fraction `ancillary variable`_.
This supplementary variable, either ``sftlf`` or ``sftof``, should be attached
to the main dataset as described in :ref:`supplementary_variables`.

.. deprecated:: 2.8.0
The optional ``fx_variables`` argument specifies the fx variables that the
user wishes to input to the function.
More details on this are given in :ref:`Fx variables as cell measures or ancillary variables`.

See also :func:`esmvalcore.preprocessor.weighting_landsea_fraction`.


Expand Down Expand Up @@ -514,12 +509,6 @@ but if it is not available it will compute a mask based on
This supplementary variable, either ``sftlf`` or ``sftof``, can be attached
to the main dataset as described in :ref:`supplementary_variables`.

.. deprecated:: 2.8.0
The optional ``fx_variables`` argument specifies the fx variables that the
user wishes to input to the function.
More details on this are given in :ref:`Fx variables as cell measures or ancillary variables`.


If the corresponding ancillary variable is not available (which is
the case for some models and almost all observational datasets), the
preprocessor attempts to mask the data using Natural Earth mask files (that are
Expand Down Expand Up @@ -551,11 +540,6 @@ This function requires a land ice area fraction `ancillary variable`_.
This supplementary variable ``sftgif`` should be attached to the main dataset as
described in :ref:`supplementary_variables`.

.. deprecated:: 2.8.0
The optional ``fx_variables`` argument specifies the fx variables that the
user wishes to input to the function.
More details on this are given in :ref:`Fx variables as cell measures or ancillary variables`.

See also :func:`esmvalcore.preprocessor.mask_landseaice`.

Glaciated masking
Expand Down Expand Up @@ -1776,11 +1760,6 @@ The required supplementary variable, either ``areacella`` for atmospheric
variables or ``areacello`` for ocean variables, can be attached to the main
dataset as described in :ref:`supplementary_variables`.

.. deprecated:: 2.8.0
The optional ``fx_variables`` argument specifies the fx variables that the user
wishes to input to the function. More details on this are given in :ref:`Fx
variables as cell measures or ancillary variables`.

See also :func:`esmvalcore.preprocessor.area_statistics`.


Expand Down Expand Up @@ -1879,12 +1858,6 @@ as described in :ref:`supplementary_variables`.

No depth coordinate is required as this is determined by Iris.

.. deprecated:: 2.8.0
The optional ``fx_variables`` argument specifies the fx variables that the
user wishes to input to the function.
More details on this are given in
:ref:`Fx variables as cell measures or ancillary variables`.

See also :func:`esmvalcore.preprocessor.volume_statistics`.


Expand Down

0 comments on commit bb66bb3

Please sign in to comment.