| 2 | |
| 3 | == Implementing the online analysis step == |
| 4 | |
| 5 | Since 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 | |
| 7 | Step-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]] |