Changes between Initial Version and Version 1 of ImplementationGuide


Ignore:
Timestamp:
Aug 17, 2010, 9:10:18 PM (14 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationGuide

    v1 v1  
     1= Implementation Guide =
     2
     3== The implementation of PDAF with an existing model ==
     4
     5The 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
     12The 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/.