Changes between Version 90 and Version 91 of FeaturesofPdaf


Ignore:
Timestamp:
May 31, 2025, 2:49:19 PM (3 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeaturesofPdaf

    v90 v91  
    2727
    2828**Local ensemble filters:**
    29  * **LETKF** (Hunt et al., 2007)
     29 * **LETKF** (Local Ensemble Transform Kalman Filter, Hunt et al., 2007)
    3030 * **LESTKF** (Local Error Subspace Transform Kalman Filter, Nerger et al., 2012, [PublicationsandPresentations see publications])
    31  * **LEnKF** (classical EnKF with perturbed observations by Evensen (1994), Burgers et al. (1998) with covariance localization)
     31 * **LEnKF** (EnKF with perturbed observations by Evensen (1994), Burgers et al. (1998) with covariance localization)
    3232 * **LNETF** (localized Nonlinear Ensemble Transform Filter by Toedter and Ahrens (2015))
    3333 * **LSEIK** (Nerger et al., 2006)
     
    3838**Global ensemble filters:**
    3939 * **ESTKF** (Error Subspace Transform Kalman Filter, Nerger et al., 2012, [PublicationsandPresentations see publications])
    40  * **ETKF** (The implementation follows Hunt et al. (2007) but without localization, which is available in the LETKF implementation)
    41  * **EnKF** (The classical formulation with perturbed observations by Evensen (1994), Burgers et al. (1998))
     40 * **ETKF** (Ensemble Transform Kalman Filter, Bishop et al. (2001). The implementation follows Hunt et al. (2007) but without localization, which is available in the LETKF implementation)
     41 * **EnKF** (EnKF with perturbed observations by Evensen (1994), Burgers et al. (1998))
    4242 * **SEIK** (Pham et al. (1998a, 2001), the implemented variant is described in more detail by Nerger et al. (2005))
    4343 * **NETF** (Nonlinear Ensemble Transform Filter by Toedter and Ahrens (2015))
     
    4545
    4646**Smoother algorithms** are provided for the following algorithms
    47  * ESTKF & LESTKF
    48  * ETKF & LETKF
    49  * EnKF
    50  * NETF & LNETF
     47 * **ESTKF** & **LESTKF**
     48 * **ETKF** & **LETKF**
     49 * **EnKF**
     50 * **NETF** & **LNETF**
    5151
    5252=== 3D variational methods ===