An open API service indexing awesome lists of open source software.

https://github.com/ray-chew/data_assimilation_examples

Simple data assimilation studies
https://github.com/ray-chew/data_assimilation_examples

4d-var burgers-equation data-assimilation examples-python extended-kalman-filter lax-friedrich lorenz-attractor sir-filter

Last synced: 4 months ago
JSON representation

Simple data assimilation studies

Awesome Lists containing this project

README

        

Some data assimilation examples I attempted.

- `Lorenz-63.ipynb` studies the effect of
* Extended Kalman Filter
* Sequential Importance Resampling (SIR) Filter
* 4D-Var
on a Lorenz-63 model.

- `Lax-Friedrichs-1D.ipynb` studies the effect of variational data assimilation on the Burgers' equation following [Chung et al.](https://dl.acm.org/doi/10.1145/331697.332342)
* I do not think the script is working.