Changes between Version 2 and Version 3 of U_get_obs_f
- Timestamp:
- Feb 9, 2019, 12:42:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_get_obs_f
v2 v3 4 4 5 5 The routine `U_get_obs_f` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `get_obs_f_pdaf`, but in the full interface, the user can choose the name of the routine. 6 This routine is used for generating synthetic observations with PDAF using [ PDAF_generate_obs] or [PDAF_put_state_generate_obs].6 This routine is used for generating synthetic observations with PDAF using [wiki:PDAF_generate_obs PDAF_generate_obs] or [wiki:PDAF_put_state_generate_obs PDAF_put_state_generate_obs]. 7 7 The routine is called after PDAF has generated the observation vector. Here, PDAF provides the vector of synthetic observations to the user so that they can be stored, e.g. in a file. 8 8