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
  • 67e33c45f2f8f65d5a5ced2fdb7c305183af6b04
  • 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.03Sep229Aug27262522212019151412431Jul27181411109826Jun252419181716141053229May2623211916121198765330Apr2928252423221514121187127Mar262019181716151413119764328Feb2521201918141176543131Jan30292827232217161513121110973219Dec181312643225Nov2120151392131Oct30282625242321181511542130Sep2423201816131092130Aug2926139531Jul26252423191715528Jun271914531May2725242322212016141310818Apr171110828Mar2625232221191814131211105428Feb211815141311872131Jan30292824221098729Dec119654330Nov2827262322212011543231Oct3029282524232217122124Sep2019181731Aug24232015976131Jul2724232019171627Jun262523212019181611854131May302524232221161411109854330Apr171410753231Mar29282623211916131297652127Feb2423201716151413111098732131Jan30272523201918171613121110976The splitting was computed using TOA_beam when it should have used TOA_h (after checking the Reindl, 1990 paper)White spaces and better documentation in the filters templateFixing the warning on new Cmake versions about RPATH on OSXThe GSN_URL key is now mandatory and the GSN_USER and GSN_PASS are now optional (for publicly accessible sensors)A bug has been found (thanks to ctest!) that was introduced when we added TAU_CLD: the new MeteoGrid SHADE was only partially implemented and this lead to segfaults. The decrementing code in ARCIO was wrong and this has been fixed.Fixing two tests that were not working anymore (since a new parameter, TAU_CLD had been inserted). White spaces in MeteoData.h, more logical iteration in ARCIO.One change was forgotten...The basic operators have been implemented in Grid2DObject and Grid3DObject as well as DEMObject (with the proper update strategy). Adding a new meteo parameter: the cloud transmissivity TAU_CLD defined as iswr_meas / iswr_clear_sky (ie the potential radiation computed at ground level with a standard atmosphere, see Iqbal 1983). This parameter is already used by the AllSky_LW and PotRad generators and properly handled by the PNG plugin. The PNG plugin can now also properly output a hillshade (as MeteoGrids::SHADE).NetCDFIO: checkEpsilonEquality for modified julian dates instead of test for double equalityA bug has been fixed in the Winstral implementation that could lead to infinite loops for very small DEMs.put the missing header at the proper placeBugfix: unistd.h not included in FileUtils.hfixed a typo preventing compilation under Windowsremoving invalid includeminor imporvement to the documentationSome documentation bugs have been fixed (multiple links definitions for doxygen). The config.dox file has been updated (in order to remove the warnings for obsolete keys). The parameter exclusion feature has been documented and now supports both a space delimited external file or by keys such as WFJ2::exclude = TA RH HSA new IOUtils::getCWD() method has been created, a new Config::getConfigRootDir() has been created (to help resolve relative paths) and is now used for the ADD and MULT filters as well as for the EXCLUDE feature of PSQLIO and IOHandler.The same exclude file as used for the PSQLIO plugin is now implemented in IOHandler: it is possible to provide a CSV file containing a list of station IDs (one per line) with a list of which parameters (MeteoData naming) to exclude for this station ID (comma separated). The file can be provided with a relative path.removing an obsolete method, code cleanup and removing the unecessary IOInterface.ccThe plugins are now handled by an object factory, removing the need for the IOPlugin class. Otherwise, small documentation update in GeneratorAlgorithms.The "install" target needed to be modified for the new names and structureAdding missing CMakeListsbetter file structure: all the classes purely focused on data storage (such as grids, dates, etc) have been moved into a "dataClasses" directory. All subdirectories are nhow named similarly to the classes and methods: the words after the first one are capitalized.delete obsolete and unused fileWhen caching interpolated grids, the info string was not cached, leading to empty info strings when reading from cache. Now the info strings are properly cached.removed the popc specific codeDEMObject: need to call the << >> operator of the parent class Grid2DObject in own operator<< and operator>>Bugfix in a constructor (that was making an error on some systems) and updated the Stefan-Boltzmann constant according to http://physics.nist.gov/cuu/index.htmlPushing version numbering up to 2.4.3Tagging release 2.4.2MeteoIO-2.4.2MeteoIO-2.4.2Updated the manifest and lsm files to 2.4.2 specificsFixed some errors and warnings when compiling the tests on Herafixed some warnings found on Hera (int/long int or double/long int)added some comments in the code and updated the unventillated_T filter options in the testsWe had a weird structure for the "doc" target that was triggering a warning in cmake-3.0Bringing more clarity to the filter (please also note that the syntax changed!)New possibilities for the Unventillated_T filter (according to issue 374).Small touch up on the documentationBeautifying the PSQL documentation...
Loading