Changes between Version 23 and Version 24 of PdafTutorial
- Timestamp:
- Jun 2, 2025, 7:25:24 PM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PdafTutorial
v23 v24 6 6 7 7 The tutorial implementation uses a simple 2-dimensional model domain with a single model field. 8 * [http://pdaf.awi.de/files/pdaf_tutorial_the_model.pdf PDAF Tutorial: The tutorial model: non-parallel and parallel versions] (PDF , 0.6 MB)[[BR]]8 * [http://pdaf.awi.de/files/pdaf_tutorial_the_model.pdf PDAF Tutorial: The tutorial model: non-parallel and parallel versions] (PDF)[[BR]] 9 9 10 10 == Implementing the online mode of PDAF == … … 13 13 14 14 Step-by-step descriptions of the required implementation steps are provided by the following slide sets (the described features are supported from PDAF 3.0): [[BR]] 15 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineserial.pdf PDAF Tutorial: Implementation of the assimilation system with a model that is not parallelized] (PDF , 0.9 MB)[[BR]]16 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineparallel.pdf PDAF Tutorial: Implementation of the assimilation system with a parallelized model] (PDF , 0.9 MB)[[BR]]15 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineserial.pdf PDAF Tutorial: Implementation of the assimilation system with a model that is not parallelized] (PDF)[[BR]] 16 * [http://pdaf.awi.de/files/pdaf_tutorial_onlineparallel.pdf PDAF Tutorial: Implementation of the assimilation system with a parallelized model] (PDF)[[BR]] 17 17 18 18 == Implementing the offline analysis step == … … 21 21 22 22 A step-by-step description of the required implementation steps is provided by the following slide set: [[BR]] 23 * [http://pdaf.awi.de/files/pdaf_tutorial_offline.pdf PDAF Tutorial: Implementation of the analysis step in offline mode] (PDF , 0.8 MB)23 * [http://pdaf.awi.de/files/pdaf_tutorial_offline.pdf PDAF Tutorial: Implementation of the analysis step in offline mode] (PDF) 24 24 25 25 == Implementing 3D-Var == 26 26 27 27 Templates for the implementation of 3D variational methods are provided in /templates/3dvar of the course package. Tutorial codes are in /tutorial/3dvar. The tutorial explains the particularities for the implementation of the 3D-Var methods:[[BR]] 28 * [http://pdaf.awi.de/files/pdaf_tutorial_3dvar.pdf PDAF Tutorial: Implementation of the analysis step for 3D-Var] (PDF , 1.8 MB)28 * [http://pdaf.awi.de/files/pdaf_tutorial_3dvar.pdf PDAF Tutorial: Implementation of the analysis step for 3D-Var] (PDF) 29 29 30 30 … … 35 35 Step-by-step descriptions of the required implementation steps are provided by the following slide sets (the described features are supported from PDAF V3.0): [[BR]] 36 36 Online mode:[[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 * [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)[[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)[[BR]] 39 39 Offline mode:[[br]] 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)40 * [http://pdaf.awi.de/files/pdaf_tutorial_offline_fullInterface.pdf PDAF Tutorial: Implementation of the analysis step in offline mode without OMI] (PDF) 41 41 42 42