Package for data assimilation
Project description
# Data Assimilation repository
- this repository is under development
## How to Import
- `python setup.py install`
- this package requires `numpy`
## How to Test
- `python setup.py test`
## How to Use
- please see the codes under `samples/`
- `sample_dom.py` is an example w.r.t. KF and LOCK through a twin experiment of dample oscillation model.
- `sample_advection.py` is an example w.r.t. LLOCK, SLOCK, and LSLOCK through a twin experiment of advection equation.
- `sample_Lorenz.py` is an example w.r.t. EnKF, NEnKF, PF, and GPF through a twin experiment of Lorenz 63 model.
- this repository includes following methods
- [x] Kalman Filter (KF)
- [x] Ensemble KF (EnKF)
- [x] Nonlinear Ensemble KF (NEnKF)
- [x] Local Ensemble Transform KF (LETKF)
- [x] Linear Opeartor Construction with the Kalman Filter (LOCK)
- [x] Local LOCK (LLOCK)
- [x] Spatially Uniform LOCK (SLOCK)
- [x] Locally and Spatially Uniform LOCK (LSLOCK)
- [x] Bayesian LOCK (BLOCK)
- [x] Local BLOCK (LBLOCK)
- [x] Locally and Spatially Uniform BLOCK (LSBLOCK)
- [x] Particle Filter (PF)
- [x] Gaussian PF (GPF)
- [x] Variational Mapping PF (VMPF)
- [x] Hidden Markov Model (HMM)
- if you tackle high-dimensional problems, this repository provides following methods for memory efficiency
- [x] Kalman Filter (KF)
- [x] Local LOCK (LLOCK)
- [x] Spatially Uniform LOCK (SLOCK)
- [x] Locally and Spatially Uniform LOCK (LSLOCK)
- [ ] Local BLOCK (LBLOCK)
- [ ] Locally and Spatially Uniform BLOCK (LSBLOCK)
- checked items are already developed, the others are under development
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyassim-0.0.1.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file pyassim-0.0.1.tar.gz
.
File metadata
- Download URL: pyassim-0.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7d924c7656b37daf1ace47732b892ca060f180e2c24c54cc55b6d12451bbfcf |
|
MD5 | 8a12817b4eae00e3d732ac70f6733e7e |
|
BLAKE2b-256 | d7bc31aa3fae3aae542a16e62a52d0c2fef24c296db1a734aaed851ec8b2d50d |
File details
Details for the file pyassim-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyassim-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.5.0.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d017e14ff544023865744a8af95d07884e14a934f16655a1ec870c04f21a4d07 |
|
MD5 | b8d4324e4d000777837e2d275a6c9896 |
|
BLAKE2b-256 | 7d34e0c13a1a63cb2552f583bc2159acb8fe656c6a5dcc5eb5e2427183c9410b |