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.0.0.tar.gz (181.1 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.0.0-py3-none-any.whl (51.3 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for iterative_ensemble_smoother-1.0.0.tar.gz
Algorithm Hash digest
SHA256 5716b1ddcfb2591a2d7736d7ade76b8f57ce0eae9b527a7c039eb82661e0e91f
MD5 885f96546eeb5099d411f1b14c05da0c
BLAKE2b-256 5d1218aec526c8ca8535ea1117ab7f4246ebdb976e977122b9810d8019c2ee63

See more details on using hashes here.

Provenance

The following attestation bundles were made for iterative_ensemble_smoother-1.0.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.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for iterative_ensemble_smoother-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c0d50e068bc5804c0142b825e1954c7167eb79cc0138fcf32821f2dca3bd96b7
MD5 a70d5c8695b25359aaffc388b02e12c9
BLAKE2b-256 e05b4cfef878930e257514253f7b5ed3ce6eb363247c5771ab905a9dc68f5408

See more details on using hashes here.

Provenance

The following attestation bundles were made for iterative_ensemble_smoother-1.0.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