Changes between Version 1 and Version 2 of U_init_obs
- Timestamp:
- Jan 22, 2015, 9:38:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_init_obs
v1 v2 3 3 The page document the user-supplied call-back routine `U_init_obs`. 4 4 5 The routine `U_init_obs` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is init_obs_pdaf, but in the full interface, the user can choose the name of the routine.5 The routine `U_init_obs` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `init_obs_pdaf`, but in the full interface, the user can choose the name of the routine. 6 6 The routine is used with all global filters. The routine is called during the filter analysis step. When the routine is called PDAF provides an array for the vector of observation, which needs to be filled with the observation values in this routine. 7 7