WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · 42d06b33361f7503313d08732eac97e80c82af5d

  1. Jan 12, 2011
  2. Jan 11, 2011
  3. Jan 08, 2011
  4. Jan 07, 2011
  5. Jan 06, 2011
  6. Jan 05, 2011
  7. Dec 17, 2010
  8. Dec 16, 2010
  9. Dec 11, 2010
  10. Dec 10, 2010
  11. Dec 09, 2010
  12. Dec 07, 2010
  13. Nov 16, 2010
  14. Nov 09, 2010
  15. Nov 08, 2010
  16. Nov 06, 2010
  17. Nov 05, 2010
  18. Nov 04, 2010
  19. Nov 03, 2010
  20. Nov 02, 2010
  21. Nov 01, 2010
  22. Oct 29, 2010
  23. Oct 27, 2010
  24. Oct 25, 2010
  25. Oct 24, 2010
  26. Oct 22, 2010
  27. Oct 22, 2010
  28. Oct 21, 2010
  29. Oct 20, 2010
  30. Oct 12, 2010
  31. Oct 11, 2010
  32. Oct 07, 2010
  33. Oct 03, 2010
  34. Oct 01, 2010
  35. Sep 30, 2010
    • Mathias Bavay's avatar
      A severe bug has been found in the spatial interpolations: the algorithm... · 1fe01df7
      Mathias Bavay authored
      A severe bug has been found in the spatial interpolations: the algorithm arguments were always the ones from the last evaluated algorithm (therefore not necessarily matching the chosen algorithm).
      
      The MAGNUSS spatial interpolation algorithm now takes as an optional argument the name of the algorithm to use to initialize the grid. 
      
      It is now possible to specify a lapse rate to be used for the CST_LAPSE algorithm (optional argument). If the "soft" argument is added, then a lapse rate is calculated from the data, and if it fails the user provided lapse rate is used instead. Without "soft", only the user provided lapse rate is used. Without any option, only the lapse rate calculated from the data itself is used.
      1fe01df7
    • Mathias Bavay's avatar
      This is the first implementation of the precipitation distribution algorithm... · 0a7ad7ae
      Mathias Bavay authored
      This is the first implementation of the precipitation distribution algorithm discribed in (Magnusson, 2010). This basically initializes the precipitation with an IDW_LAPSE, then removes some or all precipitation according to the local slope, applies a factor depending on the curvature (Huss, 2008) and applies a factor so that the mean precipitation matches the original mean (this is definitely sub-optimal for this part).
      0a7ad7ae
  36. Sep 22, 2010
  37. Sep 08, 2010
  38. Sep 07, 2010
  39. Sep 06, 2010
  40. Sep 03, 2010
  41. Aug 27, 2010
  42. Aug 26, 2010
  43. Aug 24, 2010
  44. Aug 23, 2010
  45. Aug 20, 2010
  46. Aug 19, 2010
  47. Aug 18, 2010
  48. Aug 17, 2010
    • Thomas Egger's avatar
      Fixed a small bug in IOUtils::seek, the binary search on vectors of MeteoData. · c7cc84d0
      Thomas Egger authored
      Added two functions to MeteoData: bool param_exists(string) and void reset()
      reset() sets all the values of the MeteoData object to IOUtils::nodata (note: not the date), and param_exists(string) returns true if a certain parameter exists and false otherwise in a MeteoData object.
      
      The Meteo1DInterpolator now correctly creates MeteoData objects that have more parameters than the default ones (like ta, hnw, ...)
      c7cc84d0
Loading