Changes between Version 1 and Version 2 of PDAF_gather_obs_f
- Timestamp:
- Dec 20, 2017, 5:37:38 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_gather_obs_f
v1 v2 5 5 In 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. 6 6 7 The routine depends on `PDAF_gather_dim_obs_f` which defines the process-local observation dimensions.7 The 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. 8 8 9 9 The 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. … … 14 14 }}} 15 15 with the following arguments: 16 * `obs_p` : ` integer, intent(in)`[[BR]] Process-local observation vector17 * `obs_f` : ` integer, intent(out)`[[BR]] Full observation vector16 * `obs_p` : `real, intent(in)`[[BR]] Process-local observation vector 17 * `obs_f` : `real, intent(out)`[[BR]] Full observation vector 18 18 * `status` : `integer, intent(out)`[[BR]] Status flag (0 for no error) 19 19