WSL/SLF GitLab Repository

Skip to content
  • Mathias Bavay's avatar
    The VW_MAX field was not properly handled in SMETIO. The failure count has... · 2ca6d716
    Mathias Bavay authored
    The VW_MAX field was not properly handled in SMETIO. The failure count has been slightly improved in SNIO (to decrease the number of failures when a model could recover: if ILWR is not provided but TSS is, we don't count it as a failure anymore). 
    
    The implementation of the krigging is moving forward. A bug has been found and fixed in Fit1D, a variogram is now computed (but not using a true covariance, which prevents our krigging from properly working). 
    
    The #define NOSAFECHECKS have been deleted and replaced by a definition by the CMakeLists when in debug mode. This means that when compiling in debug mode, the code will be quite slower but will properly check and report out of bounds access in tables and matrix.
    2ca6d716