README.md

June 23, 2026 · View on GitHub

DAPPER logo

DAPPER is a set of templates for benchmarking the performance of data assimilation (DA) methods. The numerical experiments provide support and guidance for new developments in DA. The typical set-up is a synthetic (twin) experiment, where you specify a dynamic model and an observational model, and use these to generate a synthetic truth (multivariate time series), and then estimate that truth given the models and noisy observations.

Github CI Coveralls pre-commit PyPI - Version PyPI - Downloads

Getting started

  • Read & run examples/basic_1.py and basic_2.py, or their corresponding notebooks Open In Colab (requires Google login).
  • This screencast provides an overview to DAPPER.
  • Install.
  • The documentation includes general guidelines and the API reference, but most users must expect to read the code as well.
  • If used towards a publication, please cite as The experiments used (inspiration from) DAPPER [ref], version 1.6.0, or similar, where [ref] points to DOI.
  • Also see the interactive tutorials on DA theory with Python.

Highlights

DAPPER enables the numerical investigation of DA methods through a variety of typical test cases and statistics. It (a) reproduces numerical benchmarks results reported in the literature, and (b) facilitates comparative studies, thus promoting the (a) reliability and (b) relevance of the results. For example, the figure below is generated by docs/examples/basic_3.py, reproduces figure 5.7 of these lecture notes. DAPPER is (c) open source, written in Python, and (d) focuses on readability; this promotes the (c) reproduction and (d) dissemination of the underlying science, and makes it easy to adapt and extend.

Comparative benchmarks with Lorenz-96 plotted as a function of the ensemble size (N)

DAPPER demonstrates how to parallelise ensemble forecasts (e.g., the QG model), local analyses (e.g., the LETKF), and independent experiments (e.g., docs/examples/basic_3.py). It includes a battery of diagnostics and statistics, which all get averaged over subdomains (e.g., "ocean" and "land") and then in time. Confidence intervals are computed, taking into account auto-correlations, and used for uncertainty quantification, and significant digits printing. Several diagnostics are included in the on-line "liveplotting" illustrated below, which may be paused for further interactive inspection. In summary, DAPPER is well suited for teaching and fundamental DA research. Also see its drawbacks.

EnKF - Lorenz-96

Installation

Successfully tested on Linux/Mac/Windows. Also see: developer guide.

Prerequisite: Python ≥ 3.12 and a virtual environment

Can be installed from python.org/downloads but Miniconda or uv will give you more options.

Either way, subsequently check your current python by opening a terminal, and typing python --version

Create and activate (and keep using!) a virtual environment using your chosen tool.

Install

  • Download and unzip (or git clone) DAPPER.
  • Move the resulting folder wherever you like.
  • In the terminal, navigate (cd) into that "DAPPER" folder and enter
  • pip install -e .

PS: If all you need is to use (but not modify and play around with) DAPPER as a library package, then all of the above can be replaced simply by pip install dapper

Try it out

Assuming you are in the DAPPER dir, do

python docs/examples/basic_1.py

DA methods

MethodLiterature reproduced
EnKF 1Sakov08, Hoteit15, Grudzien2020
EnKF-NBocquet12, Bocquet15
EnKS, EnRTSRaanes2016
iEnKS / iEnKF / EnRML / ES-MDA 2Sakov12, Bocquet12, Bocquet14
LETKF, local & serial EAKFBocquet11
Sqrt. model noise methodsRaanes2014
Particle filter (bootstrap) 3Bocquet10
Optimal/implicit Particle filter 3Bocquet10
NETFTödter15, Wiljes16
Rank histogram filter (RHF)Anderson10
4D-Var
3D-Var
Extended KF
Optimal interpolation
Climatology

1: Stochastic, DEnKF (i.e. half-update), ETKF (i.e. sym. sqrt.). Serial forms are also available.
Tuned with inflation and "random, orthogonal rotations".
2: Also supports the bundle version, and "EnKF-N"-type inflation.
3: Resampling: multinomial (including systematic/universal and residual).
The particle filter is tuned with "effective-N monitoring", "regularization/jittering" strength, and more.

For a list of ready-made experiments with suitable, tuned settings for a given method (e.g., the iEnKS), use:

grep -r "xp.*iEnKS" dapper/mods

Test cases (models)

Simple models facilitate the reliability, reproducibility, and interpretability of experiment results.

ModelLinTLM**PDE?Phys.dim.State lenLyap≥0Implementer
IdYesYesNoN/A*0Raanes
Linear Advect. (LA)YesYesYes1d1000 *51Evensen/Raanes
DoublePendulumNoYesNo0d42Matplotlib/Raanes
IkedaNoYesNo0d21Raanes
LotkaVolterraNoYesNo0d5 *1Wikipedia/Raanes
Lorenz63NoYes"Yes"0d32Sakov
Lorenz84NoYesNo0d32Raanes
Lorenz96NoYesNo1d40 *13Raanes
Lorenz96sNoYesNo1d10 *4Grudzien
LorenzUVNoYesNo2x 1d256 + 8 *≈60Raanes
LorenzIIINoNoNo1d960 *≈164Raanes
Vissio-Lucarini 20NoYesNo1d36 *10Yumeng
Kuramoto-SivashinskyNoYesYes1d128 *11Kassam/Raanes
Quasi-Geost (QG)NoNoYes2d129²≈17k≈140Sakov
  • *: Flexible; set as necessary
  • **: Tangent Linear Model included?

The models are found as subdirectories within dapper/mods. A model should be defined in a file named __init__.py, and illustrated by a file named demo.py. Most other files within a model subdirectory are usually named authorYEAR.py and define a HMM object, which holds the settings of a specific twin experiment, using that model, as detailed in the corresponding author/year's paper. A list of these files can be obtained using

find dapper/mods -iname '[a-z]*[0-9]*.py'

Some files contain settings used by several papers. Moreover, at the bottom of each such file should be (in comments) a list of suitable, tuned settings for various DA methods, along with their expected, average rmse.a score for that experiment. As mentioned above, DAPPER reproduces literature results. You will also find results that were not reproduced by DAPPER.

Statistics

Each experiment (xp) populates xp.stats with per-timestep timeseries diagnostics and xp.avrgs with time-averages and their confidence intervals. Most of these carry subscripts .f, .a, .s, .i corresponding to forecast, analysis, smoothed (smoothers only), and integrational statistics. Vector statistics (one value per state dimension) are also summarised spatially via rms, m, ma, ms, gm, and per HMM.sectors if defined.

StatisticTypeDescription
muvectorMean estimate (ensemble mean or Kalman/variational estimate)
spreadvectorSpread (ensemble std dev or posterior std dev)
errvectorError of mean estimate vs. truth (mu − truth)
gscorevectorGaussian (log) score: 2·log(spread) + (err/spread)²
crpsvectorContinuous ranked probability score (proper scoring rule)
madscalarMean absolute deviation of ensemble from its mean
skewscalar eSkewness of the ensemble
kurtscalar eExcess kurtosis (0 for Gaussians)
svalsvector e,sSingular values of the ensemble anomalies
umisfvector e,sError projected onto the leading ensemble directions
wvector pImportance weights
rhvector eRank histogram (rank of truth among sorted ensemble members)
trHKscalar Trace of the obs-space gain matrix HK
inflscalar Inflation factor applied at this step
itersscalar Iteration count (iterative methods)
N_effscalar p,†Effective ensemble size 1 / Σwᵢ²
wrootscalar p,†Root for optimal weight tempering
resmplscalar p,†Resampling indicator/count
durationWall-clock time (s) for the full assimilate() call

e: Ensemble methods only. s: Only computed when √(Nx·N) ≤ rc.comps.max_spectral. p: Particle filter (weighted ensemble) methods only. : Analysis-only (no .f or .i subscript).

Similar projects

DAPPER is aimed at research and teaching (see discussion up top). Example of limitations:

  • It is not suited for very big models (>60k unknowns).
  • Non-uniform time sequences.

The scope of DAPPER is restricted because

framework_to_language

Moreover, even straying beyond basic configurability appears unrewarding when already building on a high-level language such as Python. Indeed, you may freely fork and modify the code of DAPPER, which should be seen as a set of templates, and not a framework.

Also, DAPPER comes with no guarantees/support. Therefore, if you have an operational or real-world application, such as WRF, you should look into one of the alternatives, sorted by approximate project size.

NameDevelopersPurpose (approximately)
DARTNCARGeneral
PDAFAWIGeneral
JEDIJCSDA (NOAA, NASA, ++)General
OpenDATU DelftGeneral
EMPIREReading (Met)General
ERTStatoilHistory matching (Petroleum DA)
PIPTCIPRHistory matching (Petroleum DA)
MIKEDHIOceanographic
OAKLiègeOceanographic
SirocoOMPOceanographic
VerdandiINRIABiophysical DA
PyOSSEEdinburgh, ReadingEarth-observation DA

Below is a list of projects with a purpose more similar to DAPPER's (research in DA, and not so much using DA):

NameDevelopersNotes
DAPPERRaanes, Chen, GrudzienPython
SANGOMAConglomerate*Fortran, Matlab
hIPPYlibVilla, Petra, GhattasPython, adjoint-based PDE methods
FilterPyR. LabbePython. Engineering oriented.
DASoftwareYue Li, StanfordMatlab. Large inverse probs.
PompU of MichiganR
EnKF-MatlabSakovMatlab
EnKF-CSakovC. Light-weight, off-line DA
pydaHickmanPython
PyDAShady-AhmedPython
DasPyXujun HanPython
DataAssim.jlAlexander-BarthJulia
DataAssimilationBenchmarks.jlGrudzienJulia, Python
EnsembleKalmanProcesses.jlClim. Modl. AllianceJulia, EKI (optim)
DatumRaanesMatlab
IEnKS codeBocquetPython

The EnKF-Matlab and IEnKS codes have been inspirational in the development of DAPPER.

*: AWI/Liege/CNRS/NERSC/Reading/Delft

Contributing

Issues and Pull requests

Do not hesitate to open an issue, whether to report a problem or ask a question. It may take some time for us to get back to you, since DAPPER is primarily a volunteer effort. Please start by perusing the documentation and searching the issue tracker for similar items.

Pull requests are very welcome. Examples: adding a new DA method, dynamical models, experimental configuration reproducing literature results, or improving the features and capabilities of DAPPER. Please keep in mind the intentional limitations and read the developers guidelines.

Contributors

Patrick N. Raanes, Yumeng Chen, Colin Grudzien, Maxime Tondeur, Remy Dubois

DAPPER is developed and maintained at NORCE (Norwegian Research Institute) and the Nansen Environmental and Remote Sensing Center (NERSC), in collaboration with the University of Reading, the UK National Centre for Earth Observation (NCEO), and the Center for Western Weather and Water Extremes (CW3E).

NORCE NERSC University of Reading logo NCEO logo CW3E logo

Publications