Changes between Version 1 and Version 2 of OfflineImplementationGuide_PDAF_2_3
- Timestamp:
- May 18, 2025, 6:56:12 PM (2 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineImplementationGuide_PDAF_2_3
v1 v2 6 6 <h4>Offline Mode: Implementation Guide</h4> 7 7 <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> 12 12 <li><a href="EnsembleGeneration">Ensemble Generation</a></li> 13 13 <li><a href="DataAssimilationDiagnostics">Ensemble Diagnostics</a></li> … … 18 18 }}} 19 19 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 updatesImplementation 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]. || 21 21 22 22 This 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]. … … 31 31 The implementation of the assimilation program for PDAF in offline mode can be performed in several steps. A possible sequence is the following: 32 32 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] 37 37 38 38