Changes between Version 7 and Version 8 of OMI_Callback_obs_pdafomi


Ignore:
Timestamp:
Nov 18, 2020, 4:24:22 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMI_Callback_obs_pdafomi

    v7 v8  
    3939== init_dim_obs_l_pdafomi ==
    4040
    41 In this routine one just calls `init_dim_obs_l_TYPE` for each observation type.
     41In 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).
    4242
    4343The implementation steps are:
     
    4848== localize_covar_pdafomi ==
    4949
    50 In this routine one calls `localize_covar_TYPE` for each observation type. The routine performs covariance localization for the localized EnKF.
     50In this routine one calls `localize_covar_TYPE` for each observation type. The routine is only required for the localized EnKF and performs covariance localization.
    5151
    5252The implementation steps are: