Changes between Version 1 and Version 2 of ImplementFilterAnalysisOverview


Ignore:
Timestamp:
Dec 13, 2021, 2:52:00 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementFilterAnalysisOverview

    v1 v2  
    33For the analysis step of ensemble filters several routines need to be implemented. We prove a conceptional overview here. The detailed interfaces are then described on the following pages.
    44
     5[[Image(//pics/Analysis_EnFs_web.png)]]
     6[[BR]]'''Figure 1:''' Required routines for the analysis step of ensemble filters. There are threee groups of routines: The interface to the model (orange), the observation module (red), and state localization in case of domain-localized filters like LETKF/LESTKF/LNETF (purple).
    57
    6 The figure gives an overview of the different routines that might need to be provided to the analysis step of an ensemble filter. The actual routines depend on the chosen filter method. The routines are organized in three groups:
     8Figure 1 gives an overview of the different routines that might need to be provided to the analysis step of an ensemble filter. The actual routines depend on the chosen filter method. The routines are organized in three groups:
     9
     10 * '''Model Interface:'''[[BR]]
     11 The model Interface consists of the routines `collect_state_pdaf` and `distribute_state_pdaf`. These routine perform the concersion between model fields and state vector. The routines have been discussed in the context of the [ModifyModelforEnsembleIntegration modification of the model for the ensemble integration].
     12 * '''OMI Observation Module:'''[[BR]]
    713
    814
    9