Changes between Version 27 and Version 28 of OfflineImplementationGuide
- Timestamp:
- Jun 6, 2025, 10:30:46 AM (33 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineImplementationGuide
v27 v28 1 1 = Offline Mode: Implementation Guide = 2 3 || This is an **outdated page** probably reached through an outdated link. The correct page is likely:[[BR]] * For PDAF3: [wiki:OfflineImplementationGuide_PDAF3][[BR]]* For PDAF2: [wiki:OfflineImplementationGuide_PDAF23] || 2 4 3 5 {{{ … … 8 10 <li><a href="OfflineAdaptParallelization">Initializing the parallelization</a></li> 9 11 <li><a href="OfflineInitPdaf">Initializing PDAF</a></li> 10 <li><a href="ImplementationofAnalysisStep _PDAF3">Implementing the analysis step</a></li>12 <li><a href="ImplementationofAnalysisStep">Implementing the analysis step</a></li> 11 13 <li><a href="OfflineAddingMemoryandTimingInformation">Memory and timing information</a></li> 12 14 <li>Additional functionality</li> … … 21 23 }}} 22 24 23 || We recommend to check first the **[wiki:PdafTutorial PDAF Tutorials]**, which provide an easy step-by-step description for assimilation program in the offline and oneline modes utilizing example tutorial codes. [[BR]][[BR]]The Implementation Guide provides more details, e.g. descriptions of the defined interfaces, but is less applied. || 25 24 26 25 27 This page contains the Implementation Guide for the offline mode of PDAF. For the online mode, which uses a direct coupling of the model and PDAF, see the [ImplementationGuide Implementation Guide for the Online Mode]. The differences between the online and offline modes is described on the page on the [GeneralImplementationConcept Implementation concept of PDAF]. 26 27 || Note: This Implementation Guide explains the implementation as of PDAF V3. The recommendations differ 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. ||28 28 29 29