EnDAS (endas)ΒΆ

Ensemble Data Assimilation package for Python.

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

EnDAS Interface classes

ObservationOperator Abstract base class for observation operators.
CovarianceOperator Abstract representation of a covariance matrix.