Changes between Version 3 and Version 4 of PDAF_gather_obs_f
- Timestamp:
- Dec 20, 2017, 5:53:27 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_gather_obs_f
v3 v4 14 14 }}} 15 15 with the following arguments: 16 * `obs_p` : `real, intent(in) `[[BR]] Process-local observation vector17 * `obs_f` : `real, intent(out) `[[BR]] Full observation vector16 * `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 18 18 * `status` : `integer, intent(out)`[[BR]] Status flag (0 for no error) 19 19 20 20 Notes: 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.