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
  • d5477d40c60445e93c9c48bcc25542b2acc4389c
  • 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
Created with Raphaël 2.2.021Sep1615141312875231Aug26252423221918171510983228Jul22211227Jun23211710973227May252319171413115426Apr181514875131Mar2422211815987432129Feb2624232010985329Jan282726252220141312118622Dec2118974330Nov272625242019181716115431Oct282322151286130Sep2928252322109872131Aug282711107330Jul28272321201716139872130Jun241716151210929May2721626Apr1410982131Mar3026252425Feb1713111086330Jan232022Dec1918171284227Nov2524201813121110731Oct30292822211397632130Sep161443229Aug27262522212019151412431Jul27181411109826Jun252419181716141053229May2623211916121198765330Apr2928252423221514121187127Mar262019181716151413119764328Feb2521201918141176543131Jan30292827232217161513121110973219Dec181312643225Nov2120151392131Oct30282625242321181511542130Sep2423201816131092130Aug292613The getPointsBetween() methods have been removed from DEMObject since they were not really used and not really reliable either... Instead the sky view factor has been implemented in getCellSkyViewFactor()requiring cmake>2.8.4 in order to prevent a (quite intrusive) warning under cygwin (this means that debian>=squeeze should have a proper version, ie distributions after 02.2011).Small optimization when computing wind interpolations (optimized sqrt), updated 2D_interpolations reference tests and added an error message explaining that the RH algorithm has been renamed.Last large restructuring (for the moment): now the spatial interpolations have been put in their own subdirectory. The "RH" interpolation has been renamed as "LISTON_RH" for clarity.The resampling algorithms have also been moved to their own subdirectory for more clarityUpdated some of the documentation and converted output date/time to GMTYesterday's commit was breaking some of the includes. This has been fixed, the documentation updated and the install/cleanup commands for cmake updatedIn order to make it easier and cleaner to develop new data generators, they have been restructured into a dataGenerators directory and an individual cc file for each data generator. A template has been created to help in creating new data generators.Fixed a small issue in the Solar resampling (using the radiation threshold). Improvements to CNRMIO because the radiation was in the wrong field...Small optimization into Sun: if setting the lat/lon to the same values as internally stored, nothing is changed (so it does not costs anything). Adding uref and zref as well as coding time as number of seconds since a reference time (start of the day of the first data point) in order to satisfy CNRM's requirementsA small optimization has been added for the + and * arrays operators (+0 or *1 does not have to be computed!). Code cleanup in CNRMIO.Code cleanup on PSQLIO: proper credits and removing the EXCLUDE that has been replaced by EXCLUDE statements in IOHandlerThe append mode of SMET files should now (finally) work properly...Fixed two bugs: one member of DEMObject was not properly serialized (for MPI) and the CNRM plugin was not properly declared.Minor code cleanupThere was a problem when opening a new smet file in APPEND mode: only the last data line was written. This should now work as expected.More robust memory allocation in data_converter (as well as simpler), better handling of larger header sections in smet_range and improved error messages in IOUtils and IOHandlerWhen users copy a system doc/examples directory, they need the FindMeteoIO.cmake script in order to compile the examples...For convenience, the "size()" method has been defined. It returns the allocated number of element so it can be used when iterating over all the cells of an array/grid.When using IDW_Lapse, a basic check is performed on the arguments in order to evaluate the rating: if less than 2 stations can provide a given parameter and no lapse rate is provided, the rating is set to zero. Otherwise, code cleanup.Another bug in the SWRad spatial interpolation: the metadata vector was not reset between calls...Added a check on dates for a common osX mistake (wrong dash symbol)removing debug messages...In SunObject, when deciding if it is day or night, a radiation threshold has been setup instead of just zero. The smet_range script provides more consistent formatting for stations that don't have a given parameter. The IswrAlbedo generator now only uses stations that have HS except if provided with the "FORCE" argument. The code for handling COPY directives was very old and quite different from the code for handling KEEP or EXCLUDE directives. It has been re-written to follow the same principles as KEEP/EXCLUDE.Some code restructuring (moving a method from AllSkyLW_Generator to TauCLDGenerator) so the TAU_CLD generator can now generate solar index values by comparing the measured ISWR to the potential radiation. Moreover, when using a CLD parameter, it must now be between 0 and 8 instead of 0 and 1.Documentation improvements for the raw data editingThe SMET plugin was not consistent with the specification: when no time zone was provided, it should have assume tz=0 but it used the Input::Time_Zone value instead. This has been changed so it properly follows the specification: no time zone -> gmt. When writing data out, the time zone will now always be written.The STD_PRESS spatial interpolation algorithm has been extended and can now deal with multiple input stations (with 2 different methods for handling this case). The Imis plugin now reads the air pressure and convert it to station air pressure (instead of sea level). Otherwise, improved error messages in libsmet and documentation / minor code cleanup.A new method for the spatial interpolations of ISWR has been implemented. Helper methods have been implemented in SunObject and DEMObject (possibility to reset the altitude without recomputing the whole solar position, horizon computation from one point toward a given direction). A little bit of includes cleanup, code cleanup in Sun.cc and added the atmospheric corrections logic (from Alpine3D) to the Sun object so it can easily be reused.More fixes for the MERGE feature. Small optimization in smet.A new parameter ENABLE_RESAMPLING has been added in the [Interpolations1D] section. It is now possible to globally turn resampling off...The MERGE feature was still quite buggy, this should now work much better (ie properly handling the "extra" parameters). A warning has been fixed in libsmet. Better handling of julian_date in smet_extract (converting to ISO timestamp in the output).More code factorization and more safety checks (so an exception is thrown instead of crashing!)An optimisation when writing smet files was breaking compatibility and has been reversedBetter documentation for the merging strategiesThe "<" and ">" operators have been defined for MeteoData in order to make it easier to sort vectors of MeteoData. The FULL_MERGE merging strategy has been implemented alongside with some code cleanup/restructuring and some code optimizations.When merging data from different stations, it is now possible to specify (with the Input::MERGE_STRATEGY key) how the merge should be done. The FULL_MERGE is currently not implemented.
Loading