Changes between Version 1 and Version 2 of PDAFomi_put_state_nonlin_nondiagR


Ignore:
Timestamp:
Mar 27, 2025, 2:01:22 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAFomi_put_state_nonlin_nondiagR

    v1 v2  
    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 Here, we list the full interface of the routine.
    109
    1110The interface is:
     
    2827 * The global filters ESTKF, ETKF, and SEIK use the separate routine [wiki:PDAFomi_put_state_global_nondiagR PDAFomi_put_state_global_nondiagR].
    2928 * The filter EnKF uses the separate routine [wiki:PDAFomi_put_state_enkf_nondiagR PDAFomi_put_state_enkf_nondiagR].
     29 * 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.
    3030
    3131The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters].
    3232
    33 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.
    3433
    35 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFomi_put_state_nonlin_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_nonlin_nondiagR_si`.  More information on the pre-defined names is provided in the [ImplementAnalysisGlobal page on implementing the analysis step of the global filters].
    36 
    37