Changes between Version 22 and Version 23 of ReleaseNotes


Ignore:
Timestamp:
Oct 4, 2013, 5:37:19 PM (10 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v22 v23  
    55
    66Changes:[[BR]]
    7  * Added a simplified implementation variant that relies on the parallelization. For the case that there are sufficient processors to integrate all ensemble members in parallel, the new routines '''PDAF_assimilate_X''' (with X being replaced by the name of the filter algorithm) can be used.
     7 * Added a simplified implementation variant for the online implementation of PDAF that relies on the parallelization. For the case that there are sufficient processors to integrate all ensemble members in parallel, the new routines '''PDAF_assimilate_X''' (with X being replaced by the name of the filter algorithm) can be used instead of PDAF_get_state and PDAF_put_state_X. The use of PDAF_assimilate_X is explained in the tutorial.
    88 * Added tutorial implementations for an example of the online implementation (coupling model and PDAF into a single assimilation program) of PDAF. The examples demonstrate the implementation with a model that itself is not parallelized as well as a parallelized model. Corresponding tutorials are now available on the [PdafTutorial tutorial web page].
     9 * Revised templates for the implementation of the online mode.
    910
    1011