Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 609 Bytes

mod_endas.rst

File metadata and controls

26 lines (14 loc) · 609 Bytes

EnDAS (endas)

Ensemble Data Assimilation package for Python.

The package hierarchy is organized as follows. The top-level :mod:`endas` package includes definitions of interfaces used by the library. The :mod:`endas.algorithms` sub-package contains data assimilation algorithms, the :mod:`endas.localization` sub-package contains classes for setting up localization of the analysis update.

.. currentmodule:: endas

EnDAS Interface classes

.. autosummary::
    :toctree: generated/
    :template: class.rst
    :nosignatures:

    ObservationOperator
    CovarianceOperator