Changes between Version 4 and Version 5 of PDAF_put_state_lenkf
- Timestamp:
- Mar 23, 2025, 7:01:29 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_lenkf
v4 v5 3 3 This page documents the routine `PDAF_put_state_lenkf` of PDAF. The routine is called for 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 `PDAFlocalomi_put_state_lenkf` since less user-supplied call-back routines are required with the PDAFlocalomi interface. 6 6 7 7 The routines `PDAF_put_state_*` are used with the 'flexible' implementation variant of PDAF.