Changes between Version 6 and Version 7 of PdafTutorial


Ignore:
Timestamp:
Oct 4, 2013, 1:10:08 PM (11 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PdafTutorial

    v6 v7  
    11= Implementation Tutorials =
     2
     3== Implementing the online analysis step ==
     4
     5Since version 1.10 of PDAF, tutorial implementations of the online analysis step are included in the PDAF source code package. The tutorial implementation uses a simple 2-dimensional model domain with a single model field. The implementation is done from the templates provided in /templates/online of the source code package. Two implementations are demonstrated: The case that the model itself is not parallelized and the case that the model is parallelized (i.e. if field is decomposed over several processes).
     6
     7Step-by-step descriptions of the required implementation steps are provided by the following slide sets: [[BR]]
     8 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineserial.pdf PDAF Tutorial: Implementation of the assimilation system with a model that is not parallelized] (PDF, 872 KB)[[BR]]
     9 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineserial.pdf PDAF Tutorial: Implementation of the assimilation system with a parallelized model] (PDF, 920 KB)[[BR]]
    210
    311== Implementing the offline analysis step ==
     
    614
    715A step-by-step description of the required implementation steps is provided by the following slide set: [[BR]]
    8  * [http://pdaf.awi.de/files/pdaf_tutorial_offline.pdf PDAF Tutorial: Implementation of the analysis step in offline mode] (PDF, 761 KB)
     16 * [http://pdaf.awi.de/files/pdaf_tutorial_offline.pdf PDAF Tutorial: Implementation of the analysis step in offline mode] (PDF, 796 KB)
    917
    1018