Changes between Version 1 and Version 2 of U_localize
- Timestamp:
- Dec 2, 2016, 11:31:37 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_localize
v1 v2 3 3 The page document the user-supplied call-back routine `U_localize`. 4 4 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.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_covar_pdaf`, but in the full interface, the user can choose the name of the routine. 6 6 The 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. 7 7