Changes between Version 33 and Version 34 of ReleaseNotes


Ignore:
Timestamp:
Sep 3, 2018, 11:22:08 AM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v33 v34  
    22
    33
    4 == Version 1.13.1 - March 12, 2018 ==
     4== Version 1.13.2 - September 3, 2018 ==
     5
     6Changes:[[BR]]
     7* Revised Lorenz-96 model example and added a [wiki:Lorenz_96_model detailed documentation on the web site]. Now plotting with both Matlab and Python is possible.
     8* Bug corrections:
     9   * Corrected the smoother mode of LETKF, subtype 1 (Here the transform matrix for smoothing was not correctly computed)
     10   * Corrected `PDAF_diag_ensstats` (For the case that the statistics over all elements of the ensemble array were to be computed, still only element 1 was used)
     11   * Corrected `testsuite/src/main/main.F90` (Here, we added a call PDAF_deallocate in version 1.13 but did not enclose it in the preprocessor check if PDAF is active. This lead to a compile failure when compiling with deactivated PDAF)
     12
     13----
     14
     15== Previous versions ==
     16
     17
     18=== Version 1.13.1 - March 12, 2018 ===
    519
    620Changes:[[BR]]
     
    923   * Corrected order of arguments in 'PDAF_assimilate_lenkf'
    1024   * Corrected 'PDAF_local_weight' (the weight was not always intialized to 0 for distances beyond the localization radius.  This only happens if you set the localization radius to be larger than the support-radius of the weight function)
    11 
    12 ----
    13 
    14 == Previous versions ==
    15 
    1625
    1726=== Version 1.13 - February 6, 2018 ===