WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · ab06b9d96ac8590e8c228c07d3d0f91deefc2777

  1. Jun 07, 2010
  2. Jun 03, 2010
  3. Jun 02, 2010
  4. May 28, 2010
  5. May 27, 2010
  6. May 26, 2010
  7. May 06, 2010
  8. May 03, 2010
  9. Apr 30, 2010
  10. Apr 29, 2010
  11. Apr 28, 2010
  12. Apr 26, 2010
  13. Apr 25, 2010
  14. Apr 22, 2010
  15. Apr 21, 2010
  16. Apr 20, 2010
  17. Apr 16, 2010
  18. Apr 15, 2010
  19. Apr 15, 2010
    • Mathias Bavay's avatar
      The Date_IO class has been deeply rewriten. The conversion methods have been... · e88ffdc2
      Mathias Bavay authored
      The Date_IO class has been deeply rewriten. The conversion methods have been checked (with references added), the class now uses real julian date (internally as a reference) and can generate a variety of outputs (julian, modified julian, truncated julian, unix, excel). It also works properly with time zones and a simplified version of dayligh saving time (it assumes that DST always introduces a +1 hour shift, which should always be true but on one AUstralian Island: Lord Howe Island). Some now invalid calls have been fixed in plugins (the short setDate(yy,mm,dd) call is now longer supported but migth be misinterpreted by the compiler for another call, despite types mismatch).
      
      A new example code has been added: time.cc
      e88ffdc2
    • Thomas Egger's avatar
  20. Apr 14, 2010
  21. Apr 13, 2010
  22. Apr 12, 2010
  23. Apr 08, 2010
  24. Apr 07, 2010
    • Mathias Bavay's avatar
      The arrays and grids now have a "print" method that prints their content to... · ccfe775b
      Mathias Bavay authored
      The arrays and grids now have a "print" method that prints their content to screen (usefull for debugging). The Coords class also has this method (as required to print the grid objects).
      
      A "using namespace std" was found in ImisIO.h and has been removed. A few comments/indentation/clean up have been done (including in the doc/examples)
      
      The quality rating sorting was broken and has been fixed. The RH interpolation method was not properly working and has been fixed (using the wrong vector for input data). The naming of the number of stations to be used has been made more consistent between the various algorithms and an improved information output has been added.
      
      
      ccfe775b
  25. Apr 06, 2010
  26. Apr 01, 2010
  27. Mar 31, 2010
Loading