Changes between Version 1 and Version 2 of ImplementationGuideuntilOnePointSeven


Ignore:
Timestamp:
Feb 6, 2012, 9:25:59 AM (12 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationGuideuntilOnePointSeven

    v1 v2  
    99<ol><li>Main page</li>
    1010<li><a href="AdaptParallelizationuntilOnePointSeven">Adaptation of the parallelization</a></li>
    11 <li><a href="InitPdaf">Initialization of PDAF</a></li>
     11<li><a href="InitPdafuntilOePointSeven">Initialization of PDAF</a></li>
    1212<li><a href="ModifyModelforEnsembleIntegrationuntilOnePointSeven">Modifications for ensemble integration</a></li>
    1313<li><a href="ImplementationofAnalysisStepuntilOnePointSeven">Implementation of the analysis step</a></li>
     
    2525The implementation of PDAF with an existing model can be performed in several steps. A possible sequence is the following:
    2626
    27  1. [AdaptParallelization Adaptation of the parallelization]
    28  2. [InitPdaf Initialization of PDAF and the ensemble by PDAF_init]
    29  3. [ModifyModelforEnsembleIntegration Modification of the model code for the ensemble integration]
    30  4. [ImplementationofAnalysisStep Implementation of the analysis step]
    31  5. [AddingMemoryandTimingInformation Adding memory and timing information]
     27 1. [AdaptParallelizationuntilOnePointSeven Adaptation of the parallelization]
     28 2. [InitPdafuntilOnePointSeven Initialization of PDAF and the ensemble by PDAF_init]
     29 3. [ModifyModelforEnsembleIntegrationuntilOnePointSeven Modification of the model code for the ensemble integration]
     30 4. [ImplementationofAnalysisStepuntilOnePointSeven Implementation of the analysis step]
     31 5. [AddingMemoryandTimingInformationuntilOnePointSeven Adding memory and timing information]
    3232
    3333The 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/`.