WSL/SLF GitLab Repository

Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • a7da543ab3f018c4f0e4e3411e5ce4c926f20a68
  • 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.018Feb141176543131Jan30292827232217161513121110973219Dec181312643225Nov2120151392131Oct30282625242321181511542130Sep2423201816131092130Aug2926139531Jul26252423191715528Jun271914531May2725242322212016141310818Apr171110828Mar2625232221191814131211105428Feb211815141311872131Jan30292824221098729Dec119654330Nov2827262322212011543231Oct3029282524232217122124Sep2019181731Aug24232015976131Jul2724232019171627Jun262523212019181611854131May302524232221161411109854330Apr171410753231Mar29282623211916131297652127Feb2423201716151413111098732131Jan3027252320191817161312111097643225Dec23222019Nov1816151413111098732131Oct302423211711643229Sep2726222120191312231Aug302924232216830Jul28272620191815765430Jun242320181610830May2726252419181716131211107421Apr2016151330Mar29Fixing a documentation bug (thanks to Matteo), small optimization in Sun and a few extra optimizations in MathOptimMoving forward with a "Winstral-like" wind/precipitation spatial distribution algorithm.First elements to implement Winstral, 2002.PSQLIO: Now with the capability to read meteo and meta data from PostgreSQL databases.Code cleanup: using grid(i,j) instead of the older (and less clear) grid.grid2D(i,j)PSQLIO: readStationData implementationA new spatial interpolation algorithm has been implemented: "NONE". This just fills the grid with nodata. Otherwise, an unnecessary check has been removed in Meteo2DInterpolator and some comments editing, white spaces...Removing an external include out of the PSQLIO header (just in case), updating/fixing some plugin documentation (PSQLIO and GSNIO).Reverting a change that made reading SMET files impossible with OpenMP. Pushing up version number to 2.4.2. Properly restoring ostream parameters before returning (in libinterpol1D, thanks to Coverity).PSQLIO: Building on top of libpq instead of pqxx.Linking up PSQL plugin with pqxx the official C++ lib that allows acces to PostgreSQL databasesRegistering the PSQL pluginAdding scaffolding for the PSQLIO pluginUpdated the lsm and manifest filesGeotopIO: Better exception messages for meta file parsingIOManager: added the option to clear the point cache through the clear_cache() procedure. Furthermore the point cache is cleared in case push_meteo_data is successful, i.e. when data (filtered or raw) is pushed into the IOManager. Tagging release 2.4.1MeteoIO-2.4.1MeteoIO-2.4.1small fix for osX packagingThe equator was not at the right location for UTM coordinates, therefore zones xxN were supposed to be in the southern hemipshere... This fixes issue 351GeotopIO: Read SWdirect, SWdiffuse, CloudFactor and HeaderCloudSWTransmissivityAdding a check on the arguments of "Accumulate". The tests' ini file had a typo, which was messing up the meteo_reading tests (using HNW::resample=linear instead of the accumulate), this has been fixed and the reference values have been updated (and manually checked).The two arguments accumulate resampling algorithm has been removed. The distribute filter should be used instead. The missing files are now committed.A new processing element has been added: HNW_DISTRIBUTE. This distributes accumulated precipitation over a number of preceeding time steps. This is useful, for example, when one has an hourly file that contains 24 hours sums of precipitation, written as nodata for all time steps and the accumulation on the last time step of the 24 hours period. Since this is implemented as a filter, it is then possible to also add an undercatch correction (and don't forget to re-accumulate anyway in the resampling methods!).GeotopIO: Geotop deals with air pressure in mbar, thus the convertUnits and convertUnitsBack functions needed to be adapted.Fixed a case bug in A3DIO; updated SMET specification to fix the PSUM description.A little more cleanup (constification, mostly) in GSNIO as well as documentation. Updated the example io.ini. And a new data generator: Brutsaert for clear sky ILWR.Small cleanup in GSNIO, changing URL/USER/PASS to GSN_URL/GSN_USER/GSN_PASS. Updated the documentation version; fixed a documentation bug.Using the new Coords constructor and making the list of STATIONS in GRIBIO support discontinuous numberingReducing the verbosityA new concept has been introduced: virtual stations. These are points where the meteo data will be transparently spatially interpolated and returned to getMeteoData calls. This allows a point model like Snowpack to work on virtual stations without any internal changes. A few new keys have been introduced in order to provide the necessary information: virtual stations location, meteo parameters to interpolate. For example:Removing an unnecessary vector copying in BufferedIOHandler. A new private method has been added that IOManager can call.In order to be able to read arc grids produced by R, the headers are now read in a case insensitive mannerlibsmet: further speed improvementspeeding up IOUtils convertString<double>: Adding an explicit implementation for the conversion of strings to doubles, based on strtod from the cstdlib. This function cuts the runtime of this function to about a third.libsmet: a new convert_to_double implementation, based on strtod from the cstdlib, cuts conversion time to about a fourth of the stringstream implementation.GSNIO: bugfix and speed improvementAdded a hillshade algorithm to DEMObjectGSNIO: Further speed improvements by optimizing parse_streamElement with static variablesGSNIO: 30% speed increase with a few tricksGSNIO: Updating documentation
Loading