Changes between Version 1 and Version 2 of U_init_obs


Ignore:
Timestamp:
Jan 22, 2015, 9:38:51 AM (9 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • U_init_obs

    v1 v2  
    33The page document the user-supplied call-back routine `U_init_obs`.
    44
    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.
     5The 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.
    66The 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.
    77