WSL/SLF GitLab Repository

Skip to main content
Sign in
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • a54fb8a82b8b91c12e745c8b8708312799416a6e
  • master default protected
  • BUFR_changes
  • feature/web-service
  • limiting_trends
  • test
  • MeteoIO-2.11.0
  • webservice-2022
  • MeteoIO-2.10.0
  • MeteoIO-2.9.0
  • MeteoIO-2.8.0
  • MeteoIO-2.7.0
  • MeteoIO-2.6.1
  • MeteoIO-2.6.0
  • MeteoIO-2.5.1
  • MeteoIO-2.5.0
  • MeteoIO-2.4.2
  • MeteoIO-2.4.1
  • MeteoIO-2.4.0
  • MeteoIO-2.3.0
  • MeteoIO-2.2.0
  • MeteoIO-2.1.2
  • MeteoIO-2.1.1
  • MeteoIO-2.1.0
  • MeteoIO-2.0.0
25 results
  • Display full history
  • Display up to revision
Created with Raphaël 2.2.021Nov20151392131Oct30282625242321181511542130Sep2423201816131092130Aug2926139531Jul26252423191715528Jun271914531May2725242322212016141310818Apr171110828Mar2625232221191814131211105428Feb211815141311872131Jan30292824221098729Dec119654330Nov2827262322212011543231Oct3029282524232217122124Sep2019181731Aug24232015976131Jul2724232019171627Jun262523212019181611854131May302524232221161411109854330Apr171410753231Mar29282623211916131297652127Feb2423201716151413111098732131Jan3027252320191817161312111097643225Dec23222019Nov1816151413111098732131Oct302423211711643229Sep2726222120191312231Aug302924232216830Jul28272620191815765430Jun242320181610830May2726252419181716131211107421Apr2016151330Mar2925242322211918171615111098543125Feb24232221181716151411109Oups, after some bug fixes on Sun, I forgot to update the tests...Finally, it is now posible to handle precipitation data provided as 24 hours sums in an hourly data file and resample them as 15 minutes sums. The limitations are: no time offset between the requested sampling period and the measured accumulation period; only constant sampling in the data file (ie no variations in the sampling period in the data file).Finally, the reaccumulation looks good and seems to work in all conditions. Using a measuring period different from the file sampling rate (ie daily accumulation in a hourly-sampled file) is not supported yet, but this should now come very soon!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).Paving the way for very exciting stuff for reaccumulating precipitation. For now, major code cleanup and simplification. Watch out, there might be cases where this does not work anymore!The potential radiation generator had a bug when generating data without any ISWR nor RSWR. The sunrise and sunset calculations in Suntrajectory where actually not in GMT as advertised.Updated the lsm file and added a manifest.xml file in tools, for uploading an archive on Indefero (instead of manually uploading each file for the "Downloads")Tagging release 2.4.0MeteoIO-2.4.0MeteoIO-2.4.0Replacing "special points" by "Points Of Interest" in the documentation and the examples. Fixing warnings for BormaIO.Improved the "how to write a ProcessingBlock" documentationCode::blocks was not compiling anymore... this has been fixed.Small type conversion fixes for osX as well as CMake fixes for osX and WindowsThe cmake files for compiling with LibXML++ have been updated since they would not work with more recent Linux (but we should consider dropping LibXML++ and only rely on LibXML2 in order to reduce the dependencies and package finding mess). The special points are now called POI (Points of Interest, like for a gps device) in order to make them more familiar.Removing the explicit dependency to libproj, removing the plugins group (empty), fixing some stupid Windows packing bugsLots of simplification in the CMakeLists (requirering cmake >=2.8.0) as well as a small documentation updateBetter detection of Grib_APIImproving the documentationa little bit of cleanup in the new HS_SWE data generator (still a work in progress, so it is willingly NOT documented)The filters have been slightly simplified, some IOUtils functions optimized (after reading an interesting post about the handling of rvalues), a bug fixed in PNGIO on Windows, the macros MAX and MIN are not used anymore (relying on std::max and std::min instead). A new data generator is on its way to generate HNW from HS differences (but this will require architectural changes to the DataGenerator).Reverted to the original Makefile in the examples. White spaces editing in InterpolationAlgorithms.Use ND throughout Atmosphere::ILWR_parameterizedUnits were inconsistent when adding precip height (in mm) to DEM (in m). This has been fixed with a scaling factor.yet more fun: size_t issue in the examples!Small fixes to compile cleanly at cscs (still the size_t stuff...)The noisy linear fit now removes points based on their distance to the regression line (this should be marginally better but is anyway simpler and faster). The new UsageTimer as being used in the benchmarks for the MeteoIO paper - comments and WIndows version pending.some cleanup on the GeoTop plugin codefixing issue 303: if swe>0, then we accept all delta_swe>=0 (since 0 is also a valid value!). Moreover, it is now possible to properly generate a composite HNW: IMIS in the summer and Snowpack in the winter.Fixing some size_t issues in PNGIO and slight improvement to the documentationThe FindMeteoIO script had a typo...changing search priorities so compiling the examples gets more pleasant (ie searching first the source tree and then the installation paths)Fixing some warnings for Visual C++ and also using ostringstream instead of stringstream when appropriateSetting the stage for getrusage() and GetProcessTimes( )changed a few names for consistency, added a few const or static methodsRemoving the approximated solar radiation daily sum, since it contains a projection error (it seems to project twice to the horizontal)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).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...Fixing a literature reference.code cleanupSince Rob has committed his precipitation spatial interpolation, the 2D_interpolation reference result had to be updated. Several members in filter classes could be made const/static/private.
Loading