24 | | Filter-specific implementations for global filters: |
25 | | * [ImplementAnalysisestkf Implementation of the analysis for the ESTKF] |
26 | | * [ImplementAnalysisetkf Implementation of the analysis for the ETKF] |
27 | | * [ImplementAnalysisseik Implementation of the analysis for the SEIK filter] |
28 | | * [ImplementAnalysisseek Implementation of the analysis for the SEEK filter] |
29 | | * [ImplementAnalysisenkf Implementation of the analysis for the EnKF] |
30 | | * [ImplementAnalysisnetf Implementation of the analysis for the NETF] |
31 | | * [ImplementAnalysispf Implementation of the analysis for the PF] |
| 24 | There are three different routines that call the filter analysis step: |
| 25 | * [ImplementAnalysisGlobal Implementation of the analysis for Global Filters] |
| 26 | * [ImplementAnalysisLocal Implementation of the analysis for Local Filters] |
| 27 | * [ImplementAnalysislenkfOmi Implementation of the analysis for the LEnKF using covariance localization] |
33 | | Filter-specific implementations for domain-local filters: |
34 | | * [ImplementAnalysislestkf Implementation of the analysis for the LESTKF] |
35 | | * [ImplementAnalysisletkf Implementation of the analysis for the LETKF] |
36 | | * [ImplementAnalysislseik Implementation of the analysis for the LSEIK filter] |
37 | | * [ImplementAnalysislnetf Implementation of the analysis for the LNETF] |
38 | | |
39 | | Filter-specific implementation for filter with covariance localization: |
40 | | * [ImplementAnalysislenkf Implementation of the analysis for the LEnKF] |
41 | | |
42 | | (The filters ESTKF and LESTKF have been added with PDAF version 1.8; the filters LEnKF, NETF and LNETF have been addid with PDAF version 1.12) |