4 | | == Version 1.13.1 - March 12, 2018 == |
| 4 | == Version 1.13.2 - September 3, 2018 == |
| 5 | |
| 6 | Changes:[[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 === |