Changes between Version 5 and Version 6 of ImplementAnalysis_Hyb3DVar_classical


Ignore:
Timestamp:
Jun 3, 2025, 2:59:31 PM (3 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementAnalysis_Hyb3DVar_classical

    v5 v6  
    55<div class="wiki-toc">
    66<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="ImplementationofAnalysisStep">Implementation of the analysis step</a></li>
     7<ol><li><a href="ImplementationGuide_PDAF3">Main page</a></li>
     8<li><a href="OnlineAdaptParallelization_PDAF3">Adapting the parallelization</a></li>
     9<li><a href="OnlineInitPdaf_PDAF3">Initializing PDAF</a></li>
     10<li><a href="OnlineModifyModelforEnsembleIntegration_PDAF3">Modifications for ensemble integration</a></li>
     11<li><a href="ImplementationofAnalysisStep_PDAF3">Implementing the analysis step</a></li>
    1212<ol>
    1313<li><a href="ImplementAnalysisestkf">Implementation for ESTKF</a></li>
     
    2828<li>Implementation for Hybrid 3D-Var</li>
    2929</ol>
    30 <li><a href="AddingMemoryandTimingInformation">Memory and timing information</a></li>
     30<li><a href="AddingMemoryandTimingInformation_PDAF3">Memory and timing information</a></li>
    3131<li><a href="EnsembleGeneration">Ensemble Generation</a></li>
    3232<li><a href="DataAssimilationDiagnostics">Diagnostics</a></li>
     
    3737[[PageOutline(2-3,Contents of this page)]]
    3838
    39 || This page describes the implementation of the analysis step without using PDAF-OMI. Please see the [wiki:ImplementationofAnalysisStep page on the analysis with OMI] for the more modern and efficient implementation variant using PDAF-OMI. ||
     39
     40|| This page describes the implementation of the analysis step using PDAF's full interface, i.e. without using PDAF-OMI. This approach is supported by all versions of PDAF. However, this approach is mainly used in older implementations of PDAF and can be seen as a export-mode. Please see the [wiki:ImplementationofAnalysisStep_PDAF3 page on the analysis step in PDAF3] for the current implementation recommendation using the PDAF3 interface. The page also provides links to some other variants that were introduced in verisons of PDAF2. ||
    4041
    4142== Overview ==