Changes between Version 3 and Version 4 of PDAF_put_state_lestkf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_lestkf

    v3 v4  
    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_lestkf` 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 [ImplementAnalysislestkf implementing the analysis step of the LESTKF algorithm].
    4242
    43 It is recommended that the value of `status_pdaf` is checked in the program after `PDAF_put_state_lestkf` 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.