Changes between Version 1 and Version 2 of U_next_observation
- Timestamp:
- Jan 19, 2015, 9:57:26 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
U_next_observation
v1 v2 3 3 The page document the user-supplied call-back routine `U_next_observation`. 4 4 5 The routine `U_next_observation` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `next_observation_pdaf`, but in the full interface, the user can choose the name of the routine. At the beginning of a forecast phase, `U_next_observation` is called once by either `PDAF_get_state` o t`PDAF_assimilate_X` (with X being the name of a filter algorithm) to get the number of time steps to be computed in the forecast phase.5 The routine `U_next_observation` is a call-back routine that has to be provided by the user. In the simplified interface the predefined name of the routine is `next_observation_pdaf`, but in the full interface, the user can choose the name of the routine. At the beginning of a forecast phase, `U_next_observation` is called once by either `PDAF_get_state` or `PDAF_assimilate_X` (with X being the name of a filter algorithm) to get the number of time steps to be computed in the forecast phase. 6 6 7 7 The interface is the following: