Changes between Version 2 and Version 3 of PDAFomi_put_state_enkf_nondiagR
- Timestamp:
- Mar 27, 2025, 2:11:47 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_put_state_enkf_nondiagR
v2 v3 7 7 The routines `PDAF_put_state_*` are used with the 'flexible' implementation variant of PDAF. 8 8 The 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.11 9 12 10 The interface is: … … 31 29 * The global filters ESTKF, ETKF, and SEIK use the separate routine [wiki:PDAFomi_put_state_global_nondiagR PDAFomi_put_state_global_nondiagR]. 32 30 * 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. 33 32 34 33 The user-supplied call-back routines are described on the page on [ImplementAnalysisGlobal implementing the analysis step of the global filters]. 35 34 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