pyPDAF.PDAF.gather_obs_f_flex¶
- pyPDAF.PDAF.gather_obs_f_flex()¶
In the local filters (LESKTF, LETKF, LSEIK, LNETF) this function returns the total observation vector from process-local observations. pyPDAF.PDAF.gather_obs_f2_flex is used to get corresponding coordinates. Unlike pyPDAF.PDAF.gather_obs_f, the function does not use depends on pyPDAF.PDAF.gather_dim_obs_f
- Parameters:
dim_obs_f (int) – Full observation dimension
obs_p (ndarray[tuple[dim_obs_p], np.float64]) –
PE-local vector
The array dimension dim_obs_p is PE-local observation dimension
- Returns:
obs_f (ndarray[tuple[dim_obs_f], np.float64]) – Full gathered vector
The array dimension dim_obs_f is Full observation dimension
status (int) – Status flag: (0) no error