Changes between Version 1 and Version 2 of ImplementationGuideuntilOnePointSeven
- Timestamp:
- Feb 6, 2012, 9:25:59 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationGuideuntilOnePointSeven
v1 v2 9 9 <ol><li>Main page</li> 10 10 <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> 12 12 <li><a href="ModifyModelforEnsembleIntegrationuntilOnePointSeven">Modifications for ensemble integration</a></li> 13 13 <li><a href="ImplementationofAnalysisStepuntilOnePointSeven">Implementation of the analysis step</a></li> … … 25 25 The implementation of PDAF with an existing model can be performed in several steps. A possible sequence is the following: 26 26 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] 32 32 33 33 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/`.