Changes between Version 1 and Version 2 of PDAFlocal_assimilate_lestkf


Ignore:
Timestamp:
Sep 9, 2024, 4:43:50 PM (10 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFlocal_assimilate_lestkf

    v1 v2  
    4040The user-supplied call-back routines are described on the page on [ImplementAnalysislestkf implementing the analysis step of the LESTKF].
    4141
    42 It is recommended that the value of `status_pdaf` is checked in the program after PDAF_assimilate_lestkf is executed. Only if its value is 0 the initialization was successful.
     42It 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.
    4343
    4444PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFlocal_assimilate_lestkf_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFlocal_assimilate_lestkf_si`.  More information on the pre-defined names is provided in the [ImplementAnalysislestkf page on implementing the analysis step of the LESTKF algorithm].