WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · 1adfbb727c3b1658e8e7e263f00fa3f9625b7dec

  1. Nov 11, 2011
  2. Nov 10, 2011
  3. Nov 09, 2011
  4. Nov 08, 2011
  5. Nov 07, 2011
  6. Nov 03, 2011
  7. Nov 02, 2011
  8. Nov 01, 2011
  9. Oct 31, 2011
  10. Oct 30, 2011
  11. Oct 24, 2011
  12. Oct 23, 2011
  13. Oct 21, 2011
  14. Oct 17, 2011
  15. Oct 11, 2011
  16. Oct 06, 2011
  17. Oct 04, 2011
  18. Oct 03, 2011
  19. Oct 02, 2011
  20. Sep 29, 2011
  21. Sep 27, 2011
  22. Sep 26, 2011
  23. Sep 22, 2011
  24. Sep 21, 2011
  25. Sep 20, 2011
  26. Sep 19, 2011
  27. Sep 19, 2011
  28. Sep 13, 2011
  29. Sep 12, 2011
  30. Sep 02, 2011
  31. Aug 31, 2011
  32. Aug 30, 2011
    • Thomas Egger's avatar
      The new GSN plugin, this version is developed for LINUX only, WINDOWS and... · ae86e264
      Thomas Egger authored
      The new GSN plugin, this version is developed for LINUX only, WINDOWS and MACOS adjustments will follow. The default data server is planetdata.epfl.ch, but can be changed by setting the ENDPOINT manually in the [Input] section of your io.ini. With this plugin MeteoIO can be used to pull data from any GSN server running the GSN webservice.
      
      This first version of the new GSN plugin still has a few issues, such as dealing correctly with OLWR and HNW.
      
      Example of a working setup:
      [Input]
      COORDSYS        = CH1903
      TIME_ZONE       = 1
      
      METEO = GSN
      STATION1 = wan1
      STATION2 = wan6
      ae86e264
  33. Aug 29, 2011
  34. Aug 24, 2011
  35. Aug 23, 2011
  36. Aug 22, 2011
  37. Aug 16, 2011
    • Mathias Bavay's avatar
      Cleaning up the CMakeLists, adding a version string as well as a new method:... · 4e590e4e
      Mathias Bavay authored
      Cleaning up the CMakeLists, adding a version string as well as a new method: getLibVersion() to get the said version string (with compilation date and time). A BuildVersion cmake macro has been written and will be shared with snowpack (and later with alpine3d).
      4e590e4e
    • Mathias Bavay's avatar
      Several HACKS have been removed (either the HACK had been fixed but the... · 37bfdf83
      Mathias Bavay authored
      Several HACKS have been removed (either the HACK had been fixed but the comment was still there, or it has now been fixed, or after more (careful) consideration, it has been decided that the HACK was not a HACK)
      37bfdf83
    • Mathias Bavay's avatar
      Better error messages when compiling in debug as well as for dimensions issues... · 1bcad13b
      Mathias Bavay authored
      Better error messages when compiling in debug as well as for dimensions issues (adding arrays of incompatible dimensions, invalid subset, etc)
      1bcad13b
    • 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
  38. Aug 08, 2011
  39. Jul 30, 2011
  40. Jul 28, 2011
  41. Jul 27, 2011
    • Mathias Bavay's avatar
      A (more) intelligent handling of buffered grids has been implemented: the... · 9f230fd9
      Mathias Bavay authored
      A (more) intelligent handling of buffered grids has been implemented: the grids are stored in the equivalent of a circular buffer of a given size (user defined, or 10 by default). This prevents running out of memory when processing large numbers of grids!
      
      A method for computing quantiles has been implemented in libinterpol1D. A vector of data has to be provided as well as a vector of the desired quantiles (ex: 0.25, 0.5, 0.75) and a vector of values for these quantiles will be returned. So far, the algorithm that is used produces the same results as R in default operations. The possibility of choosing which quantiles algorithms might be added in the future.
      
      The getJulianDayNumber method was just totally wrong... This has been fixed. One can also force a GMT day of year with a flag.
      
      Finally, some documentation has been written/updated.
      9f230fd9
  42. Jul 26, 2011
  43. Jul 20, 2011
    • Mathias Bavay's avatar
      Some methods have been moved into another class (like the simple linear... · 7797ea1c
      Mathias Bavay authored
      Some methods have been moved into another class (like the simple linear interpolation between two points that is now in ResamplingAlgorithms), some renammed (like the new weightedMean that replaces the ill-nammed "linearInterpolate"). The regression model based on two segments is now part of libinterpol1D and has been renammed. More regression models have been implemented. 
      
      The "initFit" method of Fit1D has been renammed in "fit" and the setGuess method now turns fit_ready to true, so that a user can force his provided parameters to be used by a given model (do a setGuess() with the parameters, then call f(x) without calling "fit", so no internal fit of the parameters would be performed).
      7797ea1c
  44. Jul 19, 2011
Loading