Changes between Version 4 and Version 5 of ImplementAnalysisLocal_untilPDAF221
- Timestamp:
- Jun 3, 2025, 11:17:49 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementAnalysisLocal_untilPDAF221
v4 v5 4 4 #!html 5 5 <div class="wiki-toc"> 6 <h4>Implementation Guide </h4>7 <ol><li><a href="ImplementationGuide ">Main page</a></li>8 <li><a href="AdaptParallelization ">Adaptation of the parallelization</a></li>9 <li><a href="InitPdaf ">Initialization of PDAF</a></li>10 <li><a href="ModifyModelforEnsembleIntegration ">Modifications for ensemble integration</a></li>11 <li><a href=" OMI_ImplementationofAnalysisStep">Implementation of the analysis step</a></li>6 <h4>Implementation Guide (PDAF2)</h4> 7 <ol><li><a href="ImplementationGuide_PDAF23">Main page</a></li> 8 <li><a href="AdaptParallelization_PDAF23">Adaptation of the parallelization</a></li> 9 <li><a href="InitPdaf_PDAF23">Initialization of PDAF</a></li> 10 <li><a href="ModifyModelforEnsembleIntegration_PDAF23">Modifications for ensemble integration</a></li> 11 <li><a href="ImplementationofAnalysisStep_PDAF23">Implementation of the analysis step</a></li> 12 12 <ol> 13 13 <li> <a href="ImplementFilterAnalysisOverview"> General overview for ensemble filters</a></li> … … 40 40 || This page describes the implementation approach of PDAF2. This is intended for reference for existing implemenations performed for PDAF2. See the [wiki:ImplementationofAnalysisStep_PDAF3 page on implementing the analysis step with PDAF3] for the updated recommendations. || 41 41 42 This documentation describes the implementation with OMI as it was standard since the introduction of PDAF-OMI in PDAF version 1.16 and until and including PDAF version 2.2.1. With PDAF 2.3 we introduced the [wiki:PDAFlocal_overview PDAFlocal interface], which simplifies the implemenation of the local analysis. This approach is described on the current page on the [wiki:ImplementAnalysisLocal Implementation for Local Filters].42 This documentation describes the implementation with OMI as it was standard since the introduction of PDAF-OMI in PDAF version 1.16 and until and including PDAF version 2.2.1. With PDAF 2.3 we introduced the [wiki:PDAFlocal_overview PDAFlocal interface], which simplifies the implemenation of the local analysis. This approach is described on the page on the [wiki:ImplementAnalysisLocal Implementation for Local Filters with PDAF-OMI]. 43 43 44 44 PDAF-OMI provides generic routines for the analysis step, which only distinguish global and local filters. This page describes the implementation of the analysis step for domain-local filters (LESTKF, LETKF, LNETF, LSEIK).