Changes between Version 16 and Version 17 of OfflineImplementationGuide


Ignore:
Timestamp:
May 18, 2025, 7:26:49 PM (5 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfflineImplementationGuide

    v16 v17  
    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].
    2323
     24|| Note: This Implementation Guide explains the implementation as of PDAF V3. The recommendations from those for PDAF 2. For reference, for implementations that were done for PDAF 2, the [wiki:OfflineImplementationGuide_PDAF23 Implementation Guide for PDAF 2] is still available. ||
     25
    2426
    2527== The implementation of PDAF in offline mode ==
     
    4345* **column 5 'PDAF'**: Some of the call-back routines and the routines in the observation modules call PDAF core routines, e.g. for diagnostics, localization, and to intialize OMI.
    4446
    45 The implementation of the assimilation program for PDAF in offline mode can be performed in several steps. A possible sequence is the following:
     47The implementation of the assimilation program for PDAF in offline mode can be performed in the following several steps:
    4648
    4749 1. [OfflineAdaptParallelization Initialize the parallelization]
    48  2. [OfflineInitPdaf Initialization of PDAF and the ensemble by PDAF_init]
    49  3. [OfflineImplementationofAnalysisStep Implementation of the analysis step]
     50 2. [OfflineInitPdaf Initialize PDAF and the ensemble by PDAF_init]
     51 3. [OfflineImplementationofAnalysisStep Implement the analysis step]
    5052 4. [OfflineAddingMemoryandTimingInformation Adding memory and timing information]
    5153