| 1 | = Implementation Guide = |
| 2 | |
| 3 | == The implementation of PDAF with an existing model == |
| 4 | |
| 5 | The implementation of PDAF with an existing model can be performed in several steps. A possible sequence is the following: |
| 6 | |
| 7 | 1. Adaptation of parallelization |
| 8 | 2. Initialization of PDAF and the ensemble by PDAF_init |
| 9 | 3. Modification of the program for the ensemble integration |
| 10 | 4. Implementation of the analysis step |
| 11 | |
| 12 | The implementation steps are described on the pages linked above. An example of the implementation is given in the test suite provided with PDAF with the routines in testsuite/main/ and testsuite/dummymodel_1D/. |