WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · 3b38f1ae5be8749f51be0900c2bde0f60d2f62f8

  1. Jan 22, 2014
  2. Jan 17, 2014
  3. Jan 16, 2014
  4. Jan 15, 2014
  5. Jan 13, 2014
  6. Jan 12, 2014
  7. Jan 11, 2014
  8. Jan 10, 2014
  9. Jan 09, 2014
  10. Jan 07, 2014
  11. Jan 03, 2014
  12. Jan 02, 2014
  13. Dec 19, 2013
  14. Dec 18, 2013
  15. Dec 13, 2013
  16. Dec 12, 2013
  17. Dec 06, 2013
  18. Dec 04, 2013
  19. Dec 03, 2013
  20. Dec 02, 2013
  21. Nov 25, 2013
  22. Nov 21, 2013
  23. Nov 20, 2013
  24. Nov 15, 2013
    • Mathias Bavay's avatar
      The reaccumulation refactoring is moving forward. This commit is not so clean... · 2fc6db16
      Mathias Bavay authored
      The reaccumulation refactoring is moving forward. This commit is not so clean (lots of commented out debugging output, since this is a work in progress) but it "mostly works". The problem that is left is that the dwonsampling produces yearly sums a little bigger than they should (ie we are double-counting somewhere). But it compiles, it runs and it is "almost" correct. The simple upsampling works properly (ie producing 15 minutes values out of hourly data).
      2fc6db16
  25. Nov 13, 2013
  26. Nov 09, 2013
  27. Nov 02, 2013
  28. Nov 01, 2013
  29. Oct 31, 2013
  30. Oct 30, 2013
  31. Oct 28, 2013
  32. Oct 26, 2013
  33. Oct 25, 2013
  34. Oct 24, 2013
  35. Oct 23, 2013
  36. Oct 21, 2013
  37. Oct 18, 2013
  38. Oct 15, 2013
  39. Oct 11, 2013
  40. Oct 05, 2013
  41. Oct 04, 2013
  42. Oct 02, 2013
  43. Oct 01, 2013
    • Mathias Bavay's avatar
      Finally, another method for handling daily sums of solar radiation has been... · 8ecdc212
      Mathias Bavay authored
      Finally, another method for handling daily sums of solar radiation has been implemented: when a point is requested, the potential solar radiation is computed for the whole day with a 20 minutes resolution, filling a vector and computing the daily sum. This enables to compute the loss factor. When another point within the same day is requested, the radiation is interpolated from the values stored in the vector and multiplied by the loss factor. Tested on WFJ data, this works very well (of course, days that experience large cloudiness variations are not reproduced well but at least the average flux is correct).
      
      A typo has been fixed in the documentation of Date. 
      8ecdc212
  44. Sep 30, 2013
    • Mathias Bavay's avatar
      Now the dates can be rounded to the day (there was a bug preventing it... · 77c85422
      Mathias Bavay authored
      Now the dates can be rounded to the day (there was a bug preventing it before). A new parametrization has been implemented in SunObject that computes the daily sum of TOA radiation. This is used by a new resampling method that computes subdaily values out of a daily sum of radiation. This is not yet doing such a great job, but this is a start...
      77c85422
  45. Sep 24, 2013
  46. Sep 23, 2013
Loading