Changes between Version 20 and Version 21 of ReleaseNotes


Ignore:
Timestamp:
Oct 4, 2013, 1:17:04 PM (11 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v20 v21  
    22
    33
    4 == Version 1.9 - May 6, 2013 ==
     4== Version 1.10 - October 4, 2013 ==
     5
     6Changes:[[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.
     8 * Added tutorial implementations for an example of the online implementation (single 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
     10
     11----
     12
     13== Previous versions ==
     14
     15
     16=== Version 1.9 - May 6, 2013 ===
    517
    618Changes:[[BR]]
     
    1123 * revised the templates and simplified the implementation for the offline mode
    1224 * fixed a bug in SEIK/LSEIK for subtype=3
    13 
    14 
    15 ----
    16 
    17 == Previous versions ==
    18 
    1925
    2026=== Version 1.8 - February 12, 2012 ===