Changes between Version 5 and Version 6 of PDAFomi_put_state_lenkf
- Timestamp:
- Mar 26, 2025, 6:37:18 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAFomi_put_state_lenkf
v5 v6 1 1 = PDAFomi_put_state_lenkf = 2 2 3 This page documents the routine `PDAF _put_state_lenkf` of PDAF. The routine is used to execute the analysis step of the localized EnKF (LEnKF) with PDAF-OMI.3 This page documents the routine `PDAFomi_put_state_lenkf` of PDAF. The routine is used to execute the analysis step of the localized EnKF (LEnKF) with PDAF-OMI. 4 4 5 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. … … 30 30 31 31 It is recommended that the value of `status_pdaf` is checked in the program after PDAFomi_put_state_lenkf is executed. Only if its value is 0 the initialization was successful. 32 33 PDAF also has a [PdafSimplifiedInterface Simplified Interface] providing the routine `PDAFomi_put_state_lenkf_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_lenkf_si`. More information on the pre-defined names is provided in the [ImplementAnalysisLocal page on implementing the analysis step of the local filters].