Changes between Version 3 and Version 4 of PDAFlocalomi_assimilate_lnetf_nondiagR


Ignore:
Timestamp:
Mar 27, 2025, 1:30:44 PM (5 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFlocalomi_assimilate_lnetf_nondiagR

    v3 v4  
    3636 * The local filters LESTKF, LETKF, and LSEIK use the separate routine [wiki:PDAFomi_assimilate_local_nondiagR PDAFlocalomi_assimilate_nondiagR].
    3737 * The filter LKNETF uses the separate routine [wiki:PDAFlocalomi_assimilate_lknetf_nondiagR]
     38 * It is recommended that the value of `status_pdaf` is checked in the program after this routine is executed. Only if its value is 0 the initialization was successful.
    3839
    3940The user-supplied call-back routines are described on the page on [ImplementAnalysisLocal implementing the analysis step of the local filters].
    4041
    41 It is recommended that the value of `status_pdaf` is checked in the program after this routine is executed. Only if its value is 0 the initialization was successful.
    4242
    43 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFlocalomi_assimilate_lnetf_nondiagR_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFlocalomi_assimilate_lnetf_nondiagR_si`.  More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].
    44