Changes between Version 5 and Version 6 of PDAF_assimilate_ensrf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_assimilate_ensrf

    v5 v6  
    33This page documents the routine `PDAF_assimilate_ensrf` of PDAF. The routine is used to execute the ENSRF/EAKF filters, which was added to PDAF with version 3.0.
    44
    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 routine [wiki:PDAF3_assimilate_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. However, for newer implementations we recommend to use the universal routine [wiki:PDAF3_assimilate] since less user-supplied call-back routines are required with the PDAF3 interface.
    66
    77The 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 and can also be used for the flexible parallelization variant.