| 4 | | == Version 1.8 - February 12, 2012 == |
| | 4 | == Version 1.8 - May 6, 2013 == |
| | 5 | |
| | 6 | Changes:[[BR]] |
| | 7 | * Added smoothers for ESKTF, ETKF, EnKF and the local filters LESTKF, LETKF. |
| | 8 | * Added fixed basis (subtype=2) and fixed covariance matrix (subtype=3) variants for ESTKF, ETKF and the local filters LESTKF, LETKF. |
| | 9 | * Added an example implementation of the offline mode with a simple 2D model domain and observations with data gaps. This implementation serves for a tutorial, that provides a step-by-step description on how to implement the analysis step in the offline mode. |
| | 10 | * Added a function PDAF_get_memberid to query the index of an ensemble member during the forecast phase. |
| | 11 | * revised the templates and simplified the implementation for the offline mode |
| | 12 | * fixed a bug in SEIK/LSEIK for subtype=3 |
| | 13 | |
| | 14 | |
| | 15 | ---- |
| | 16 | |
| | 17 | == Previous versions == |
| | 18 | |
| | 19 | |
| | 20 | === Version 1.8 - February 12, 2012 === |