Changes between Version 2 and Version 3 of PDAFomi_put_state_enkf_nondiagR


Ignore:
Timestamp:
Mar 27, 2025, 2:11:47 PM (6 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_put_state_enkf_nondiagR

    v2 v3  
    77The routines `PDAF_put_state_*` are used with the 'flexible' implementation variant of PDAF.
    88The general aspects of the filter specific routines `PDAF_put_state_*` are described on the page [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration] and its sub-page on [InsertAnalysisStep inserting the analysis step]. For the 'fully parallel' implementation variant the alternative routines `PDAF_assimilate_*` are used.
    9 
    10 Here, we list the full interface of the routine.
    119
    1210The interface is:
     
    3129 * The global filters ESTKF, ETKF, and SEIK use the separate routine [wiki:PDAFomi_put_state_global_nondiagR PDAFomi_put_state_global_nondiagR].
    3230 * The filters NETF and PF use the separate routine [wiki:PDAFomi_put_state_nonlin_nondiagR PDAFomi_put_state_nonlin_nondiagR].
     31 * It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_put_state_enkf_nondiagR is executed. Only if its value is 0 the initialization was successful.
    3332
    3433The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].
    3534
    36 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_put_state_enkf_nondiagR is executed. Only if its value is 0 the initialization was successful.
    37 
    38 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFomi_put_state_enkf_nondiagR_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_enkf_nondiagR_si`.  More information on the pre-defined names is provided in the [ImplementAnalysisGlobal page on implementing the analysis step of the global filters].
    39