Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 3.77 KB

LITERATURE.md

File metadata and controls

59 lines (39 loc) · 3.77 KB

Literature

A list of literature that we find useful for Data Assimilation. Could be moved to docs/source eventually.

Papers

SIES (Subspace Iterative Ensemble Smoother)

An optimization approach. The observations are perturbed once, and we use the Gauss-Newton algorithm to minimize a cost function. The proposed algorithm has state across iterations in a matrix $W$, which makes it more challenging to reason about compared to ESMDA.

ESMDA (Ensemble Smoother with Multiple Data Assimilation)

The idea behind ESMDA is to inflate the covariance of the observations and update several times. In the Gauss-Linear case, this makes no difference. The hope is that for non-linear forward models, it's better to make many small updates rather than one big update. Just like with SIES, there are no theoretical guarantees. One difference between ESMDA and SIES is that ESMDA perturbs in each iteration, whereas SIES perturbs once. The 2013 paper is the main paper, but the others are related too.

Ensemble Smoothers and related

Some papers that might be useful to have a look at.

Covariance regularization

Ensemble Information Filter and related

Books

Preliminaries

Data Assimilation