Changes between Version 2 and Version 3 of PDAF_assimilate_lenkf
- Timestamp:
- Mar 23, 2025, 7:03:42 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_assimilate_lenkf
v2 v3 3 3 This page documents the routine `PDAF_assimilate_enkf` of PDAF. The routine is used to execute the analysis step of the localized EnKF. 4 4 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. However, for newer implementations we recommend to use [wiki:PDAFlocalomi_assimilate_lenkf] since less user-supplied call-back routines are required with the PDAFlocalomi interface. 6 6 7 7 The general aspects of the filter specific routines `PDAF_assimilate_*` 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]. The routine is used in the fully-parallel implementation variant of the data assimilation system. When the 'flexible' implementation variant, the routines `PDAF_put_state_*' are used.