WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · efc25e92e6f85d9aab0bfdb82733f65726711a4e

  1. Dec 09, 2010
  2. Dec 07, 2010
  3. Nov 16, 2010
  4. Nov 09, 2010
  5. Nov 08, 2010
  6. Nov 06, 2010
  7. Nov 05, 2010
  8. Nov 04, 2010
  9. Nov 03, 2010
  10. Nov 02, 2010
  11. Nov 01, 2010
  12. Oct 29, 2010
  13. Oct 27, 2010
  14. Oct 25, 2010
  15. Oct 24, 2010
  16. Oct 22, 2010
  17. Oct 21, 2010
  18. Oct 20, 2010
  19. Oct 12, 2010
  20. Oct 11, 2010
  21. Oct 07, 2010
  22. Oct 03, 2010
  23. Oct 03, 2010
    • Thomas Egger's avatar
      ImisIO: Added the USEANETZ functionality. Many IMIS stations don't have an own... · e088362b
      Thomas Egger authored
      ImisIO: Added the USEANETZ functionality. Many IMIS stations don't have an own precipitation measurement, but there has been some work done to associate the measurements from nearby ANETZ stations with the IMIS stations, thus allowing to calculate a regression for the precipitation for the IMIS stations. If you want to use this feature, then add the following key to your io.ini
      
      [INPUT]
      USEANETZ = 1
      
      e088362b
  24. Oct 01, 2010
  25. 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
  26. Sep 22, 2010
  27. Sep 08, 2010
  28. Sep 07, 2010
  29. Sep 06, 2010
  30. Sep 03, 2010
  31. Aug 27, 2010
  32. Aug 26, 2010
  33. Aug 24, 2010
  34. Aug 23, 2010
  35. Aug 20, 2010
  36. Aug 19, 2010
  37. Aug 18, 2010
  38. 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
  39. Aug 16, 2010
  40. Aug 12, 2010
  41. Aug 11, 2010
  42. Aug 10, 2010
  43. Aug 06, 2010
    • Mathias Bavay's avatar
      The DEMObject was not properly buffered (the update flag was not honored),... · 8e574ceb
      Mathias Bavay authored
      The DEMObject was not properly buffered (the update flag was not honored), this has been fixed. The A3DIO plugin now implements readStationData. A few speed improvements have been brought to A3DIO and SMETIO by using the "reserve" method of the vectors (so that the vectors don't have to reallocate memory constantly).
      8e574ceb
  44. Aug 04, 2010
  45. Aug 03, 2010
Loading