Changes between Version 32 and Version 33 of ReleaseNotes


Ignore:
Timestamp:
Mar 12, 2018, 5:32:18 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v32 v33  
    88* Bug corrections: We got notified by a user (thank you) that two bugs we announced to be fixed in Version 1.13 were actually not fixed. Unfortunately, the corrected files didn’t make it into the previous release. Now the following two bugs are really fixed:
    99   * Corrected order of arguments in 'PDAF_assimilate_lenkf'
    10    * Corrected 'PDAF_local_weight' (the weight was no always intialized to 0 for distances beyond the localization radius)
     10   * 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)
    1111
    1212----
     
    2626 * Added a verbosity flag for 'PDAF_sampleens' and 'PDAF_eofcovar' to make them better usable in parallel programs (note: the interface has changed)
    2727 * Bug correction: Corrected order of arguments in 'PDAF_assimilate_lenkf'
    28  * Bug correction: Corrected 'PDAF_local_weight' (the weight was no always intialized to 0 for distances
     28 * Bug correction: Corrected 'PDAF_local_weight' (the weight was not always intialized to 0 for distances
    2929 beyond the localization radius)
    3030 * Bug correction: Corrected use do doexit flag in 'PDAF_get_state' (it was very unlikely to cause a problem)