Changes between Version 2 and Version 3 of PDAF3_put_state_local
- Timestamp:
- Mar 23, 2025, 2:51:29 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF3_put_state_local
v2 v3 1 1 = PDAF3_put_state_local = 2 2 3 This page documents the routine `PDAF3_put_state_local` of PDAF using the [wiki:PDAF local_overview PDAFlocalinterface] that was introduced with PDAF V3.0.3 This page documents the routine `PDAF3_put_state_local` of PDAF using the [wiki:PDAF3_overview PDAF3 interface] that was introduced with PDAF V3.0. 4 4 5 5 The routine is used to execute the analysis step of all local ensemble filters including the nonlinear filter LNETF and the ENSRF/EAKF (but except the [wiki:ImplementAnalysislenkfOmi LEnKF]). … … 31 31 Note: 32 32 * The order of the routine names does not show the order in which these routines are executed. See the [ImplementAnalysisLocal#Executionorderofuser-suppliedroutines section on the order of the execution] on the page on implementing the analysis step of the local filter algorithms. 33 * The routine is identical to the routine `PDAFlocalomi_put_state` of PDAF 2.3. However, the argument `U_prepostep` is at a different place here. 33 34 34 35 The user-supplied call-back routines are described on the page on [ImplementAnalysisLocal implementing the analysis step of the local filters].