Changes between Version 2 and Version 3 of PDAF_gather_obs_f_flex
- Timestamp:
- Jul 5, 2019, 10:15:33 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_gather_obs_f_flex
v2 v3 1 1 = PDAF_gather_obs_f_flex = 2 2 3 This page documents the routine `PDAF_gather_obs_f `_flexof PDAF, which was introduced with PDAF V1.14.3 This page documents the routine `PDAF_gather_obs_f_flex` of PDAF, which was introduced with PDAF V1.14. 4 4 5 5 In the local filters (LESKTF, LETKF, LSEIK, LNETF) this routine can be used to gather the full observation vector dimension from process-local observation vectors of size dim_obs_p and returns the full vector. … … 19 19 20 20 Notes: 21 * The routine [ Wiki:PDAF_gather_dim_obs_f] can be used to determine `dim_obs_f`.21 * The routine [wiki:PDAF_gather_dim_obs_f] can be used to determine `dim_obs_f`. 22 22 * This is more flexible variant to the routine [wiki:PDAF_gather_obs_f]. It's functionality is the same, but it does not rely on a previous call to the routine `PDAF_gather_dim_obs_f`.