Changes between Version 7 and Version 8 of OMI_Callback_obs_pdafomi
- Timestamp:
- Nov 18, 2020, 4:24:22 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMI_Callback_obs_pdafomi
v7 v8 39 39 == init_dim_obs_l_pdafomi == 40 40 41 In this routine one just calls `init_dim_obs_l_TYPE` for each observation type. 41 In this routine one just calls `init_dim_obs_l_TYPE` for each observation type. The routine is only required for domain-localized filters (like LESTKF, LETKF, LNETF). 42 42 43 43 The implementation steps are: … … 48 48 == localize_covar_pdafomi == 49 49 50 In this routine one calls `localize_covar_TYPE` for each observation type. The routine performs covariance localization for the localized EnKF.50 In this routine one calls `localize_covar_TYPE` for each observation type. The routine is only required for the localized EnKF and performs covariance localization. 51 51 52 52 The implementation steps are: