Changes between Version 1 and Version 2 of U_localize


Ignore:
Timestamp:
Dec 2, 2016, 11:31:37 AM (7 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • U_localize

    v1 v2  
    33The page document the user-supplied call-back routine `U_localize`.
    44
    5 The routine `U_localize` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `localize_enkf_pdaf`, but in the full interface, the user can choose the name of the routine.
     5The routine `U_localize` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `localize_covar_pdaf`, but in the full interface, the user can choose the name of the routine.
    66The routine is used with the localized EnKF and called during the analysis step. The purpose of the routine is to apply covariance localization to the matrices '''HP''' and '''HPH^T^''', which are provided as input/output arguments.
    77