Changes between Version 90 and Version 91 of FeaturesofPdaf
- Timestamp:
- May 31, 2025, 2:49:19 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeaturesofPdaf
v90 v91 27 27 28 28 **Local ensemble filters:** 29 * **LETKF** ( Hunt et al., 2007)29 * **LETKF** (Local Ensemble Transform Kalman Filter, Hunt et al., 2007) 30 30 * **LESTKF** (Local Error Subspace Transform Kalman Filter, Nerger et al., 2012, [PublicationsandPresentations see publications]) 31 * **LEnKF** ( classicalEnKF 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) 32 32 * **LNETF** (localized Nonlinear Ensemble Transform Filter by Toedter and Ahrens (2015)) 33 33 * **LSEIK** (Nerger et al., 2006) … … 38 38 **Global ensemble filters:** 39 39 * **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 formulationwith 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)) 42 42 * **SEIK** (Pham et al. (1998a, 2001), the implemented variant is described in more detail by Nerger et al. (2005)) 43 43 * **NETF** (Nonlinear Ensemble Transform Filter by Toedter and Ahrens (2015)) … … 45 45 46 46 **Smoother algorithms** are provided for the following algorithms 47 * ESTKF & LESTKF48 * ETKF & LETKF49 * EnKF50 * NETF & LNETF47 * **ESTKF** & **LESTKF** 48 * **ETKF** & **LETKF** 49 * **EnKF** 50 * **NETF** & **LNETF** 51 51 52 52 === 3D variational methods ===