hickmank / pyda

Object oriented data assimilation framework for python
https://hickmank.github.io/pyda
Apache License 2.0
12 stars 6 forks source link

enKS #4

Open hickmank opened 10 years ago

hickmank commented 10 years ago

Code ensemble Kalman smoother, using previous data, by making a new class in the assimilation module.

hickmank commented 10 years ago

Ensemble Kalman Smoother working as assimilation class. Example added. Still need to implement a class that forecasts to horizon at every step.