Changes between Version 16 and Version 17 of OfflineImplementationGuide
- Timestamp:
- May 18, 2025, 7:26:49 PM (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineImplementationGuide
v16 v17 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]. 23 23 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 24 26 25 27 == The implementation of PDAF in offline mode == … … 43 45 * **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. 44 46 45 The implementation of the assimilation program for PDAF in offline mode can be performed in several steps. A possible sequence is the following:47 The implementation of the assimilation program for PDAF in offline mode can be performed in the following several steps: 46 48 47 49 1. [OfflineAdaptParallelization Initialize the parallelization] 48 2. [OfflineInitPdaf Initializ ation ofPDAF and the ensemble by PDAF_init]49 3. [OfflineImplementationofAnalysisStep Implement ation ofthe analysis step]50 2. [OfflineInitPdaf Initialize PDAF and the ensemble by PDAF_init] 51 3. [OfflineImplementationofAnalysisStep Implement the analysis step] 50 52 4. [OfflineAddingMemoryandTimingInformation Adding memory and timing information] 51 53