Changes between Version 21 and Version 22 of PdafTutorial
- Timestamp:
- May 30, 2025, 8:42:40 AM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PdafTutorial
v21 v22 1 1 = Implementation Tutorials = 2 3 || This page provides the PDAF tutorials for PDAF3. This is the recommended implementation. The tutorials for the previous PDAF2 implementation variants are provided on the [wiki:PdafTutorial_PDAF23 Page on Implementation Tutorials for PDAF2]. || 2 4 3 5 == The tutorial model == … … 33 35 Step-by-step descriptions of the required implementation steps are provided by the following slide sets (the described features are supported from PDAF 2.1): [[BR]] 34 36 Online mode:[[br]] 35 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineserial_ classical.pdf PDAF Tutorial: Implementation of the assimilation system without OMI with a model that is not parallelized] (PDF, 0.9 MB)[[BR]]36 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineparallel_ classical.pdf PDAF Tutorial: Implementation of the assimilation system without OMI with a parallelized model] (PDF, 0.9 MB)[[BR]]37 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineserial_fullInterface.pdf PDAF Tutorial: Implementation of the assimilation system without OMI with a model that is not parallelized] (PDF, 0.9 MB)[[BR]] 38 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineparallel_fullInterface.pdf PDAF Tutorial: Implementation of the assimilation system without OMI with a parallelized model] (PDF, 0.9 MB)[[BR]] 37 39 Offline mode:[[br]] 38 * [http://pdaf.awi.de/files/pdaf_tutorial_offline_ classical.pdf PDAF Tutorial: Implementation of the analysis step in offline mode without OMI] (PDF, 1.0 MB)40 * [http://pdaf.awi.de/files/pdaf_tutorial_offline_fullInterface.pdf PDAF Tutorial: Implementation of the analysis step in offline mode without OMI] (PDF, 1.0 MB) 39 41 40 42 … … 42 44 43 45 For the online implementation guide and full documentation on the use of PDAF visit:[[BR]] 44 * [wiki:ImplementationGuide_PDAF 23 Implementation Guide for the online assimilation system]45 * [wiki:OfflineImplementationGuide_PDAF 23 Implementation Guide for the offline assimilation program]46 * [wiki:ImplementationofAnalysisStep_PDAF 23 Implementing the analysis step]:47 * [wiki:ImplementFilterAnalysisOverview _PDAF23 Overview on implementing the analysis for ensemble filters]48 * [wiki:Implement3DVarAnalysisOverview Overview on implementing the analysis step for 3D-Var methods]49 * [wiki:AvailableOptionsforInitPDAF untilPDAF231Overview of filter-specific options]46 * [wiki:ImplementationGuide_PDAF3 Implementation Guide for the online assimilation system] 47 * [wiki:OfflineImplementationGuide_PDAF3 Implementation Guide for the offline assimilation program] 48 * [wiki:ImplementationofAnalysisStep_PDAF3 Implementing the analysis step]: 49 * [wiki:ImplementFilterAnalysisOverviewPDAF3 Overview on implementing the analysis for ensemble filters] 50 * [wiki:Implement3DVarAnalysisOverviewPDAF3 Overview on implementing the analysis step for 3D-Var methods] 51 * [wiki:AvailableOptionsforInitPDAF Overview of filter-specific options] 50 52 * [wiki:PDAF_OMI_Overview Overview of PDAF-OMI] 51 53 * [wiki:WhichFiltertouse Which filter should one use?]