Changes between Version 8 and Version 9 of ImplementFilterAnalysisOverview_PDAF23
- Timestamp:
- Jun 10, 2025, 2:01:28 PM (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementFilterAnalysisOverview_PDAF23
v8 v9 57 57 58 58 == 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 [ ModifyModelforEnsembleIntegrationmodification 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]. 60 60 61 61 == OMI Observation Module == … … 65 65 * `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 66 66 * `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]. 68 68 69 69 == Localization ==