Changes between Version 3 and Version 4 of PDAF_put_state_ensrf
- Timestamp:
- Mar 23, 2025, 7:05:48 PM (9 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_put_state_ensrf
v3 v4 3 3 This page documents the routine `PDAF_put_state_ensrf` of PDAF. The routine is used to execute the ENSRF/EAKF filters, which were added to PDAF with version 3.0. 4 4 5 The routine is typically called in `assimilate_pdaf` or directly in the model code. However, for newer implementations we recommend to use the generic interface routine [wiki:PDAF3_put_state_local] since less user-supplied call-back routines are required with the PDAF localomiinterface.5 The routine is typically called in `assimilate_pdaf` or directly in the model code. However, for newer implementations we recommend to use the generic interface routine [wiki:PDAF3_put_state_local] since less user-supplied call-back routines are required with the PDAF3 interface. 6 6 7 7 The routines `PDAF_put_state_*` are used for the offline mode of PDAF and with the 'flexible' implementation variant of PDAF.