Changes between Version 4 and Version 5 of PDAF_put_state_lseik
- Timestamp:
- Apr 21, 2025, 2:10:29 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lseik
v4 v5 32 32 * `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) 33 33 * `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. 35 35 36 36 … … 41 41 The user-supplied call-back routines are described on the page on [ImplementAnalysislseik implementing the analysis step of the LSEIK filter]. 42 42 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.43 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.