Changes between Version 44 and Version 45 of ReleaseNotes


Ignore:
Timestamp:
Nov 30, 2020, 10:25:00 AM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v44 v45  
    22
    33
    4 == Version 1.15.1 - March 12, 2020 ==
     4== Version 1.16 - November 30, 2020 ==
     5
     6Changes:[[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 ===
    523
    624Changes:[[BR]]
     
    1533   * Lorenz96 and 63 model implementations: updated in the plot scripts some directory settings which were not correctly changed when moving the models into the directory models/ in Verson 1.15
    1634   * Lorenz96 and 63 model implementations: For global filters the time index for reading observations in the call-back routines was corrected. There was a time-offset by one.
    17 
    18  
    19 ----
    20 
    21 == Previous versions ==
    2235
    2336=== Version 1.15 - December 9, 2019 ===