Changes between Version 21 and Version 22 of PdafTutorial


Ignore:
Timestamp:
May 30, 2025, 8:42:40 AM (2 days ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PdafTutorial

    v21 v22  
    11= 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]. ||
    24
    35== The tutorial model ==
     
    3335Step-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]]
    3436Online 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]]
    3739Offline 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)
    3941
    4042
     
    4244
    4345For the online implementation guide and full documentation on the use of PDAF visit:[[BR]]
    44    * [wiki:ImplementationGuide_PDAF23 Implementation Guide for the online assimilation system]
    45    * [wiki:OfflineImplementationGuide_PDAF23 Implementation Guide for the offline assimilation program]
    46    * [wiki:ImplementationofAnalysisStep_PDAF23  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:AvailableOptionsforInitPDAFuntilPDAF231 Overview 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]
    5052   * [wiki:PDAF_OMI_Overview Overview of PDAF-OMI]
    5153   * [wiki:WhichFiltertouse Which filter should one use?]