Changes between Version 1 and Version 2 of OfflineImplementationGuide_PDAF_2_3


Ignore:
Timestamp:
May 18, 2025, 6:56:12 PM (2 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfflineImplementationGuide_PDAF_2_3

    v1 v2  
    66<h4>Offline Mode: Implementation Guide</h4>
    77<ol><li>Main page</li>
    8 <li><a href="OfflineAdaptParallelization">Adaptation of the parallelization</a></li>
    9 <li><a href="OfflineInitPdaf">Initialization of PDAF</a></li>
    10 <li><a href="OfflineImplementationofAnalysisStep">Implementation of the analysis step</a></li>
    11 <li><a href="OfflineAddingMemoryandTimingInformation">Memory and timing information</a></li>
     8<li><a href="OfflineAdaptParallelization_PDAF23">Adaptation of the parallelization</a></li>
     9<li><a href="OfflineInitPdaf_PDAF23">Initialization of PDAF</a></li>
     10<li><a href="OfflineImplementationofAnalysisStep_PDAF23">Implementation of the analysis step</a></li>
     11<li><a href="OfflineAddingMemoryandTimingInformation_PDAF23">Memory and timing information</a></li>
    1212<li><a href="EnsembleGeneration">Ensemble Generation</a></li>
    1313<li><a href="DataAssimilationDiagnostics">Ensemble Diagnostics</a></li>
     
    1818}}}
    1919
    20 || This Implementaton Guide describes the implementation of the offline mode as of PDAF V2.3. This is intended as reference for existing implementations before the release of PDAF V3.0. For new implementations, we recommend to follow the [Wiki:OfflineImplementationGuide updates Implementation Guide for PDAF 3]. ||
     20|| This Implementaton Guide describes the implementation of the offline mode as of PDAF V2.3. This is intended as reference for existing implementations before the release of PDAF V3.0. For new implementations, we recommend to follow the [wiki:OfflineImplementationGuide updated Implementation Guide for PDAF 3]. ||
    2121
    2222This page contains the Implementation Guide for the offline mode of PDAF. The [ImplementationGuide implementation guide for the online mode], which uses a direct coupling of the model and PDAF, is provided on a separate page. The differences between the online and offline modes is described on the page on the [GeneralImplementationConcept Implementation concept of PDAF].
     
    3131The implementation of the assimilation program for PDAF in offline mode can be performed in several steps. A possible sequence is the following:
    3232
    33  1. [OfflineAdaptParallelization_PDAF_2_3 Initialize the parallelization]
    34  2. [OfflineInitPdaf_PDAF_2_3 Initialization of PDAF and the ensemble by PDAF_init]
    35  3. [OfflineImplementationofAnalysisStep_PDAF_2_3 Implementation of the analysis step]
    36  4. [OfflineAddingMemoryandTimingInformation_PDAF_2_3 Adding memory and timing information]
     33 1. [wiki:OfflineAdaptParallelization_PDAF23 Initialize the parallelization]
     34 2. [wiki:OfflineInitPdaf_PDAF23 Initialization of PDAF and the ensemble by PDAF_init]
     35 3. [wiki:OfflineImplementationofAnalysisStep_PDAF23 Implementation of the analysis step]
     36 4. [wiki:OfflineAddingMemoryandTimingInformation_PDAF23 Adding memory and timing information]
    3737
    3838