| 4 | | == Version 1.15.1 - March 12, 2020 == |
| | 4 | == Version 1.16 - November 30, 2020 == |
| | 5 | |
| | 6 | Changes:[[BR]] |
| | 7 | * Added PDAF-OMI (Observation Module Infrastructure). This is a new and improved way to implement observation handling with PDAF. For more information see [wiki:PDAF_OMI_Overview Documentation on PDAF-OMI] |
| | 8 | * Added tutorials and templates for PDAF-OMI: the default tutorial not describes the implementation with PDAF-OMI |
| | 9 | * Revised tutorials and templates to make several routines and files more generic |
| | 10 | * Added weights inflation to NETF/LNETF. This inflation the observation error to ensure that the effective smaple size does not shrink below a defined value |
| | 11 | * Added 'schedule(runtime)' to OpenMP parallelization: With this it's nowpossible to define a 'schedule' as environment variable to tune the parallel performance at run time. |
| | 12 | * added some routines in nullmpi.F90 to simulate MPI-behavior for a single process |
| | 13 | * Bug correction: |
| | 14 | * PDAF_gather_ens: add MPIstatus to allow correct compilation for blocking MPI |
| | 15 | * corrected skewness/kurtosis computation (not all array indices were used) |
| | 16 | |
| | 17 | |
| | 18 | ---- |
| | 19 | |
| | 20 | == Previous versions == |
| | 21 | |
| | 22 | === Version 1.15.1 - March 12, 2020 === |