Changes between Version 9 and Version 10 of PDAF_put_state_ensrf


Ignore:
Timestamp:
Apr 3, 2025, 11:13:14 AM (21 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_put_state_ensrf

    v9 v10  
    33This 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.
    44
    5 The routine is typically called in `assimilate_pdaf` or directly in the model code. 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. 
     5The routine is typically called in `assimilate_pdaf` or directly in the model code. For newer implementations we recommend to use the universal interface routine [wiki:PDAF3_put_state] since less user-supplied call-back routines are required with the PDAF3 interface. 
    66
    77The routines `PDAF_put_state_*` are used for the offline mode of PDAF and can be used with the 'flexible' implementation variant of PDAF.