Changes between Version 2 and Version 3 of PDAFlocalomi_assimilate_lknetf_nondiagR
- Timestamp:
- Mar 27, 2025, 1:45:38 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFlocalomi_assimilate_lknetf_nondiagR
v2 v3 41 41 * The local filters LESTKF, LETKF, and LSEIK use the separate routine [wiki:PDAFlocalomi_assimilate_nondiagR]. 42 42 * The filter KNETF uses the separate routine [wiki:PDAFlocalomi_assimilate_lnetf_nondiagR] 43 * It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_lknetf_nondiagR is executed. Only if its value is 0 the initialization was successful. 43 44 44 45 The user-supplied call-back routines are described on the page on [ImplementAnalysisLocal implementing the analysis step of the local filters]. 45 46 46 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_assimilate_lknetf_nondiagR is executed. Only if its value is 0 the initialization was successful.47 48 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFlocalomi_assimilate_lknetf_nondiagR_si`. In the simplified interface, the name of the user-supplied routines have predefined names and do not appear in the call to `PDAFlocalomi_assimilate_lknetf_nondiagR_si`. More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].49