Changes between Version 2 and Version 3 of PDAFlocalomi_put_state_lnetf_nondiagR
- Timestamp:
- Mar 27, 2025, 1:36:07 PM (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFlocalomi_put_state_lnetf_nondiagR
v2 v3 34 34 * The local filters LESTKF, LETKF, and LSEIK use the separate routine [wiki:PDAFlocalomi_put_state_local_nondiagR]. 35 35 * The filter LKNETF uses the separate routine [wiki:PDAFlocalomi_put_state_lknetf_nondiagR] 36 * 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. 36 37 37 38 The user-supplied call-back routines are described on the page on [ImplementAnalysisLocal implementing the analysis step of the local filters]. 38 39 39 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.40 40 41 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFlocalomi_put_state_lnetf_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_put_state_lnetf_nondiagR_si`. More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].