Changes between Version 1 and Version 2 of PDAF_assimilate_ensrf


Ignore:
Timestamp:
Mar 25, 2025, 7:56:42 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_assimilate_ensrf

    v1 v2  
    11= PDAF_assimilate_ensrf =
    22
    3 This 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.
     3This 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
    55The 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.
     
    2727
    2828
    29 The user-supplied call-back routines are described on the page on [ImplementAnalysisENSRF implementing the analysis step of the ENSRF/EAKF].
     29The user-supplied call-back routines are described on the page on [wiki:ImplementAnalysisENSRF implementing the analysis step of the ENSRF/EAKF]. Here also the possible choices of `subtype` are explained. These seleect the particular filter variant.
    3030
    3131It is recommended to check value of `status_pdaf` in the program after PDAF_assimilate_enkf is executed. Only if its value is 0 the initialization was successful.