Skip to main content

A library for the iterative ensemble smoother algorithm.

Project description

Iterative Ensemble Smoother

License: GPL v3 Stars Python PyPI Downloads Build Status Precommit: enabled Ruff Mypy Code style: black docs

About

iterative_ensemble_smoother is a Python library for data assimilation and history matching using ensemble-based methods. It implements efficient algorithms particularly effective for problems with a large number of parameters (e.g., millions) and relatively few realizations (e.g., hundreds).

The package provides two main algorithms:

  • ESMDA (Ensemble Smoother with Multiple Data Assimilation) - A non-iterative method with multiple data assimilation steps, described in Emerick & Reynolds 2013

The package also supports two methods of localization: correlation-based (AdaptiveESMDA) and distance-based (DistanceESMDA).

Installation

iterative_ensemble_smoother is on PyPi and can be installed using pip:

pip install iterative_ensemble_smoother

If you want to do development, then run:

git clone https://github.com/equinor/iterative_ensemble_smoother.git
cd iterative_ensemble_smoother
<create environment>
pip install --editable '.[doc,dev]'

Usage

iterative_ensemble_smoother mainly implements the class ESMDA. Check out the examples section to see how to use it.

Building the documentation

apt install pandoc # Pandoc is required to build the documentation.
pip install .[doc]
sphinx-build -c docs/source/ -b html docs/source/ docs/build/html/

Releasing a new version

  • Create a tag, e.g. git tag -a v1.0.0 -m "A short note" cf2c87270d3 locally on the commit.
  • Push the tag, e.g. git push upstream v1.0.0.
  • Create a release on the GitHub GUI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iterative_ensemble_smoother-1.1.0.tar.gz (181.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iterative_ensemble_smoother-1.1.0-py3-none-any.whl (51.4 kB view details)

Uploaded Python 3

File details

Details for the file iterative_ensemble_smoother-1.1.0.tar.gz.

File metadata

File hashes

Hashes for iterative_ensemble_smoother-1.1.0.tar.gz
Algorithm Hash digest
SHA256 3959c5639d1a66f31a9802c0861474c65a8474a7119c05973b0f2ee89b73a7bf
MD5 6f1a0904a484202cdfaaec8070194295
BLAKE2b-256 e7271f6b9563a3811f97bad82b6b21be5c0e25ec87e34eff2495a30c2eae9431

See more details on using hashes here.

Provenance

The following attestation bundles were made for iterative_ensemble_smoother-1.1.0.tar.gz:

Publisher: upload_to_pypi.yml on equinor/iterative_ensemble_smoother

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file iterative_ensemble_smoother-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for iterative_ensemble_smoother-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f5449c9d7642d4122e199c0721512b31d81711172ff450d64c26f0849c91e7a5
MD5 ced372c7c0ed5bc9d7b58e628fe22b5c
BLAKE2b-256 c576d63e7670b6f84ebfaaacf11b424a7671bc77d9c178579a1697ab90228ca6

See more details on using hashes here.

Provenance

The following attestation bundles were made for iterative_ensemble_smoother-1.1.0-py3-none-any.whl:

Publisher: upload_to_pypi.yml on equinor/iterative_ensemble_smoother

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page