Changes between Version 8 and Version 9 of ImplementFilterAnalysisOverview_PDAF23


Ignore:
Timestamp:
Jun 10, 2025, 2:01:28 PM (7 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementFilterAnalysisOverview_PDAF23

    v8 v9  
    5757
    5858== Model Interface ==
    59  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].
     59 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 [wiki:ModifyModelforEnsembleIntegration_PDAF23 modification of the model for the ensemble integration].
    6060
    6161== OMI Observation Module ==
     
    6565  * `init_dim_obs_l_pdafomi`: This routine initializes the local observations of each observation type. This is only required for the domain-localized filters. With OMI this is mainly a single subroutine call, while OMI does the actual initialization
    6666  * `localized_covar`: For the local EnKF the state error covariance matrix is localized. This is performed with this routine and is specified for each observation type.
    67  More information about OMI can be found in the [wiki:PDAF_OMI_Overview overview of PDAF-OMI].
     67 More information about OMI can be found in the [wiki:PDAF_OMI_Overview_PDAF23 Overview of PDAF-OMI].
    6868
    6969== Localization ==