Changes between Version 5 and Version 6 of PDAFomi_put_state_lenkf


Ignore:
Timestamp:
Mar 26, 2025, 6:37:18 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_put_state_lenkf

    v5 v6  
    11= PDAFomi_put_state_lenkf =
    22
    3 This page documents the routine `PDAF_put_state_lenkf` of PDAF. The routine is used to execute the analysis step of the localized EnKF (LEnKF) with PDAF-OMI.
     3This page documents the routine `PDAFomi_put_state_lenkf` of PDAF. The routine is used to execute the analysis step of the localized EnKF (LEnKF) with PDAF-OMI.
    44
    55The routine is typically called in `assimilate_pdaf` or directly in the model code.
     
    3030
    3131It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_put_state_lenkf is executed. Only if its value is 0 the initialization was successful.
    32 
    33 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFomi_put_state_lenkf_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFomi_put_state_lenkf_si`.  More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].