Changes between Version 1 and Version 2 of PDAF_gather_obs_f


Ignore:
Timestamp:
Dec 20, 2017, 5:37:38 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_gather_obs_f

    v1 v2  
    55In the local filters (LESKTF, LETKF, LSEIK, LNETF) this routine gathers the full observation vector dimension from process-local observation vectors of size dim_obs_p and returns the full vector.
    66
    7 The routine depends on `PDAF_gather_dim_obs_f` which defines the process-local observation dimensions.
     7The routine depends on [wiki:PDAF_gather_dim_obs_f], which defines the process-local observation dimensions. Further, the related routine [wiki:PDAF_gather_obs_f2] is used to gather the associated rank-2 array of observation coordinates.
    88
    99The routine is typically used in the routines `init_dim_obs_f_pdaf` and `obs_op_f_pdaf` if the analysis step of the local filters is parallelized.
     
    1414}}}
    1515with the following arguments:
    16  * `obs_p` : `integer, intent(in)`[[BR]] Process-local observation vector
    17  * `obs_f` : `integer, intent(out)`[[BR]] Full observation vector
     16 * `obs_p` : `real, intent(in)`[[BR]] Process-local observation vector
     17 * `obs_f` : `real, intent(out)`[[BR]] Full observation vector
    1818 * `status` : `integer, intent(out)`[[BR]] Status flag (0 for no error)
    1919