Changes between Version 2 and Version 3 of U_prodRinvA_hyb_l
- Timestamp:
- Feb 19, 2023, 10:40:44 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_prodRinvA_hyb_l
v2 v3 11 11 This routine is also the place to perform observation localization. To initialize a vector of weights, the routine `PDAF_local_weight` can be called. The procedure is used in the example implementation and also demonstrated in the template routine. 12 12 13 '''Difference to `U_prodRinvA_l`:''' The routine also has to apply the hybrid weight gamma. This is a simple multiplication with the input value in the loop where C_lis initialized.13 '''Difference to `U_prodRinvA_l`:''' The routine also has to apply the hybrid weight gamma. This is a simple multiplication with the input value in the loop where `C_l` is initialized. 14 14 15 15 The interface is the following: