Changes between Version 3 and Version 4 of U_init_dim_obs_f
- Timestamp:
- Feb 3, 2018, 8:11:49 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_init_dim_obs_f
v3 v4 19 19 * The routine is similar to `U_init_dim_obs` used in the global filters. However, if the global filter is used with a domain-decomposed model, it only initializes the size of the observation vector for the local model sub-domain. This is different for the local filters, as the local analysis also requires observational data from neighboring model sub-domains. Nonetheless, one can base on an implemented routine `U_init_dim_obs` to implement `U_init_dim_obs_f`. 20 20 * To obtain the full observation dimension one can use the routine [wiki:PDAF_gather_dim_obs_f PDAF_gather_dim_obs_f] (introduced with PDAF 1.13). 21 * To obtain the full observation vector and full observation coordinates one can use the routines PDAF_gather_obs_f and PDAF_gather_obs_f2, respectively (introduced woth PDAF_1.1321 * To obtain the full observation vector and full observation coordinates one can use the routines [wiki:PDAF_gather_obs_f PDAF_gather_obs_f] and [wiki:PDAF_gather_obs_f PDAF_gather_obs_f2], respectively (introduced with PDAF_1.13) 22 22