Changes between Version 4 and Version 5 of PDAF_put_state_lseik


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_lseik

    v4 v5  
    3232 * `U_init_obsvar`: The name of the user-supplied routine that provides a global mean observation error variance (This routine will only be executed, if an adaptive forgetting factor is used)
    3333 * `U_init_obsvar_l`: The name of the user-supplied routine that provides a mean observation error variance for the local analysis domain (This routine will only be executed, if a local adaptive forgetting factor is used)
    34  * `status_pdaf`: The integer status flag. It is zero, if `PDAF_put_state_lseik` is exited without errors.
     34 * `status_pdaf`: The integer status flag. It is zero, if the routine is exited without errors.
    3535
    3636
     
    4141The user-supplied call-back routines are described on the page on [ImplementAnalysislseik implementing the analysis step of the LSEIK filter].
    4242
    43 It is recommended that the value of `status_pdaf` is checked in the program after `PDAF_put_state_lseik` is executed. Only if its value is 0 the initialization was successful.
     43It 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.