Changes between Version 2 and Version 3 of PDAF_gather_obs_f_flex


Ignore:
Timestamp:
Jul 5, 2019, 10:15:33 AM (5 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_gather_obs_f_flex

    v2 v3  
    11= PDAF_gather_obs_f_flex =
    22
    3 This page documents the routine `PDAF_gather_obs_f`_flex of PDAF, which was introduced with PDAF V1.14.
     3This page documents the routine `PDAF_gather_obs_f_flex` of PDAF, which was introduced with PDAF V1.14.
    44
    55In 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.
     
    1919
    2020Notes:
    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`.
    2222 * 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`.