WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Commits · 40a6803375d6706a2a73d41e1acab93e3ac0f172

  1. May 24, 2012
  2. May 23, 2012
  3. May 22, 2012
  4. May 21, 2012
  5. May 16, 2012
  6. May 14, 2012
  7. May 11, 2012
  8. May 10, 2012
  9. May 09, 2012
  10. May 08, 2012
  11. May 05, 2012
  12. May 04, 2012
  13. May 03, 2012
  14. Apr 30, 2012
  15. Apr 17, 2012
  16. Apr 14, 2012
  17. Apr 10, 2012
  18. Apr 07, 2012
  19. Apr 05, 2012
  20. Apr 03, 2012
  21. Apr 02, 2012
  22. Apr 02, 2012
  23. Mar 31, 2012
  24. Mar 29, 2012
  25. Mar 28, 2012
  26. Mar 26, 2012
  27. Mar 23, 2012
    • Mathias Bavay's avatar
      Some improvements for allowing the ARPS plugin to read u, v, w, etc from an... · ec604de4
      Mathias Bavay authored
      Some improvements for allowing the ARPS plugin to read u, v, w, etc from an ARPS file. Unfortunatelly, files edited with ARPSGRID are stripped of all markup for fields, so they are currently not supported. It also seems that not all files contain all possible fields, and even if they would, they would still miss some important field (like TA, RH, etc). This is therefore of little practical interest...
      ec604de4
  28. Mar 21, 2012
  29. Mar 19, 2012
  30. Mar 16, 2012
  31. Mar 13, 2012
  32. Mar 12, 2012
  33. Mar 09, 2012
  34. Mar 07, 2012
  35. Mar 06, 2012
  36. Mar 05, 2012
  37. Mar 02, 2012
  38. Mar 01, 2012
  39. Feb 27, 2012
  40. Feb 24, 2012
    • Mathias Bavay's avatar
      Some documentation fixes, new gradients (black to white, white to black and... · 3125e78d
      Mathias Bavay authored
      Some documentation fixes, new gradients (black to white, white to black and blue-white-red) defined and used for new variables in PNGIO (P, ALB and DW). A bug has been fixed for ILWR in GRIBIO as well as a bug when converting geographic coordinates to rotated ones.
      
      New options have been added to the undercatch filter, allowing to specify the temperature thresholds with the CST argument (to make it more similar to GeoTop).
      3125e78d
  41. Feb 23, 2012
    • Mathias Bavay's avatar
      The << operator for Coords has been slightly improved. The Gradient class now... · bbf8923c
      Mathias Bavay authored
      The << operator for Coords has been slightly improved. The Gradient class now generated true-color output when indexed=false (and is used to generate true-color PNGs when PNG_INDEXED=false).
      
      The GRIBIO plugin now reads a file name prefix from io.ini. It also properly convert the internal rotated lat/lon into geographic lat/lon and properly computes cell size. The georeferencing of grids is therefore now correct. The WMO standardized tables are now read first before trying alternate parameters. The documentation has been significantly improved.
      bbf8923c
  42. Feb 20, 2012
    • Mathias Bavay's avatar
      I got bugged by a general slowness of ARCIO when reading grids... After... · 75025dfe
      Mathias Bavay authored
      I got bugged by a general slowness of ARCIO when reading grids... After re-writing the core loop (not calling readLineToVec anymore, not calling convertString anymore, thus bypassing a lot of checks that are not necessary in the context of reading a grid), reading a large grid is almost 6 times faster, with the same level of error reporting as before (and actually even more now).
      75025dfe
  43. Feb 17, 2012
    • Mathias Bavay's avatar
      The wind velocity for the undercatch correction was taken as is. It is now... · 519f1e91
      Mathias Bavay authored
      The wind velocity for the undercatch correction was taken as is. It is now corrected to 2m using a log profile with a constant roughness length (0.03).
      
      GRIBIO is now able to detect duplicate grid points when associating grid points and user virtual stations, and removes the duplicates (ie: the first station is kept, the other ones leading to the same grid point deleted). This means that before using it, the user should try a simple read_meteo to make sure that his points lead to unique virtual stations.
      519f1e91
    • Mathias Bavay's avatar
      Added the Japanese correction for their Geonor rain gauges. We are still... · 75d36967
      Mathias Bavay authored
      Added the Japanese correction for their Geonor rain gauges. We are still waiting for the paper giving this correction, since the results seem weird...
      75d36967
  44. Feb 16, 2012
  45. Feb 15, 2012
    • Mathias Bavay's avatar
      A read2DGrid(grid, filename) method has been implemented in GRIBIO that... · 2536694a
      Mathias Bavay authored
      A read2DGrid(grid, filename) method has been implemented in GRIBIO that returns the first grid it finds. If the input file only contains one grid, this would make sense... The snow height grid is now computed and the albedo grid is now correct (it was in percent). A readMeteo() method has been implemented and is almost functionnal (it just needs to list the available files and extract their timestamp to be finished). Some code cleanup.
      2536694a
  46. Feb 14, 2012
  47. Feb 13, 2012
  48. Feb 11, 2012
    • Thomas Egger's avatar
      Bugfix for libsmet and thus release of the readSpecialPoints function in... · 64036efa
      Thomas Egger authored
      Bugfix for libsmet and thus release of the readSpecialPoints function in SMETIO.cc. It is now possible to read a vector of Coords objects through SMETIO, the format of the SMET file could be something like this:
      
      SMET 1.1 ASCII
      [HEADER]
      station_id = my_pts
      epsg 	   = 32632
      nodata	   = -999
      fields 	   = easting northing altitude
      [DATA]
      713700 5.05578e+06 0
      730900 5.15678e+06 0
      674200 5.06278e+06 0
      674400 5.08078e+06 0
      
      64036efa
Loading