Changes between Version 3 and Version 4 of PDAF_put_state_generate_obs
- Timestamp:
- Apr 21, 2025, 2:00:37 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_generate_obs
v3 v4 20 20 * `U_init_obserr_f`: The name of the user-supplied routine that initializes the vector of observations error standard deviations for for full observation vector 21 21 * `U_prepoststep`: The name of the pre/poststep routine as in `PDAF_get_state` 22 * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_generate_obs`is exited without errors.22 * `status_pdaf`: The integer status flag. It is zero, if the routine is exited without errors. 23 23 24 24 25 25 The user-supplied call-back routines are described on the [ImplementGenerateObs page on implementing the generation of synthetic observations]. 26 26 27 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_generate_obs is executed. Only if its value is 0 the initialization was successful. 28 29 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAF_put_state_generate_obs_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAF_put_state_generate_obs_si`. More information on the pre-defined names is provided in the [ImplementGenerateObs page on implementing the generation of synthetic observations]. 27 It is recommended that the value of `status_pdaf` is checked in the program after the routine is executed. Only if its value is 0 the initialization was successful. 30 28 31 29 30