Changes between Version 32 and Version 33 of ReleaseNotes
- Timestamp:
- Mar 12, 2018, 5:32:18 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v32 v33 8 8 * 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: 9 9 * 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) 11 11 12 12 ---- … … 26 26 * Added a verbosity flag for 'PDAF_sampleens' and 'PDAF_eofcovar' to make them better usable in parallel programs (note: the interface has changed) 27 27 * 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 distances28 * Bug correction: Corrected 'PDAF_local_weight' (the weight was not always intialized to 0 for distances 29 29 beyond the localization radius) 30 30 * Bug correction: Corrected use do doexit flag in 'PDAF_get_state' (it was very unlikely to cause a problem)