Changes between Version 1 and Version 2 of init_dim_obs_pdaf
- Timestamp:
- Jan 21, 2015, 4:19:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
init_dim_obs_pdaf
v1 v2 3 3 The page document the user-supplied call-back routine `init_dim_obs_pdaf`. 4 4 5 The routine `init_dim_obs_pdaf` (called `U_init_dim_obs` in ide the PDAF core routines) is a call-back routine that has to be provided by the user. The routine is used with all global filters. The purpose of the routine is to determine the size of the vector of observations.5 The routine `init_dim_obs_pdaf` (called `U_init_dim_obs` inside the PDAF core routines) is a call-back routine that has to be provided by the user. The routine is used with all global filters. The purpose of the routine is to determine the size of the vector of observations. 6 6 The routine is called at the beginning of each analysis step. 7 7