Changes between Version 11 and Version 12 of PdafTutorial
- Timestamp:
- Apr 5, 2018, 9:41:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PdafTutorial
v11 v12 5 5 In the online mode of PDAF one couples PDAF to a model into a single assimilation program. 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 6 7 Step-by-step descriptions of the required implementation steps are provided by the following slide sets : [[BR]]7 Step-by-step descriptions of the required implementation steps are provided by the following slide sets (the described features are supported from PDAF 1.13): [[BR]] 8 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, 2.9 MB)[[BR]] 9 9 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineparallel.pdf PDAF Tutorial: Implementation of the assimilation system with a parallelized model] (PDF, 2.8 MB)[[BR]] … … 13 13 Since version 1.9 of PDAF, a tutorial implementation of the offline analysis step is 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/offline of the source code package. 14 14 15 A step-by-step description of the required implementation steps is provided by the following slide set : [[BR]]15 A step-by-step description of the required implementation steps is provided by the following slide set (the described features are supported from PDAF 1.13): [[BR]] 16 16 * [http://pdaf.awi.de/files/pdaf_tutorial_offline.pdf PDAF Tutorial: Implementation of the analysis step in offline mode] (PDF, 3.2 MB) 17 17