Changes between Version 3 and Version 4 of PDAF_put_state_generate_obs


Ignore:
Timestamp:
Apr 21, 2025, 2:00:37 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_generate_obs

    v3 v4  
    2020 * `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
    2121 * `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.
    2323
    2424
    2525The user-supplied call-back routines are described on the [ImplementGenerateObs page on implementing the generation of synthetic observations].
    2626
    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].
     27It 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.
    3028
    3129
     30