Changes between Version 3 and Version 4 of PDAF_gather_obs_f


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_gather_obs_f

    v3 v4  
    1414}}}
    1515with the following arguments:
    16  * `obs_p` : `real, intent(in)`[[BR]] Process-local observation vector
    17  * `obs_f` : `real, intent(out)`[[BR]] Full observation vector
     16 * `obs_p` : `real, intent(in), dimension(dim_obs_p)`[[BR]] Process-local observation vector
     17 * `obs_f` : `real, intent(out), dimension(dim_obs_f)`[[BR]] Full observation vector
    1818 * `status` : `integer, intent(out)`[[BR]] Status flag (0 for no error)
    1919
    2020Notes:
    21  * The routine `PDAF_gather_dim_obs_f` has to be called once before using `PDAF_gather_obs_f` because it internally initializes the local observation dimensions for gathering. The most recent call to `PDAF_gather_dim_obs_f` defines the dimensions used here.
     21 * The routine `PDAF_gather_dim_obs_f` has to be called once before using `PDAF_gather_obs_f` because it internally initializes the local observation dimensions for gathering. The most recent call to `PDAF_gather_dim_obs_f` defines the dimensions `dim_obs_p` and `dim_obs_f` used here.