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
  • 462dcad5c8d83634cc49442ed771283e38f72e89
  • 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.04Mar32129Feb2624232010985329Jan282726252220141312118622Dec2118974330Nov272625242019181716115431Oct282322151286130Sep2928252322109872131Aug282711107330Jul28272321201716139872130Jun241716151210929May2721626Apr1410982131Mar3026252425Feb1713111086330Jan232022Dec1918171284227Nov2524201813121110731Oct30292822211397632130Sep161443229Aug27262522212019151412431Jul27181411109826Jun252419181716141053229May2623211916121198765330Apr2928252423221514121187127Mar262019181716151413119764328Feb2521201918141176543131Jan30292827232217161513121110973219Dec181312643225Nov2120151392131Oct30282625242321181511542130Sep2423201816131092130Aug2926139531Jul26252423191715528Jun271914531May2725242322212016141310818Apr171110828Mar2625232221191814131211105428Feb211815141311872131Jan30292824The layers handling is not so clear... it seems that the first layer is most often a purely numeric layer and therefore must be skiped. Some fields may not have such a layer, this will have to be clarified.Trying to fix two CLang warnings More work for the support of 3D grids, including a missing file that prevented compilation...Introducing a new "GRID3D" key... In order to add 3D grid reading/writing methods to the plugins, the whole architecture of IOInterface has been changed: this is not a purely virtual class anymore, it now always implements the "nothing implemented here" exception. This makes the plugins more compact (there is no need to implement empty methods for what the plugin can not support) and much clearer. The documentation and template have been changed acoordingly.A bug has been fixed: there was a confusion between the mean adiabatic lapse rate and the dry one. Small code cleanup in DEMObject (with a better toString() method), ARPSIO and ProcShade.More warning fixes, removed/fixed a few "HACK" commentsFixing some warnings on osX with CLangLots of small improvements and bug fixes for reading ARPS files. Now the 2D grids should work quite well but the 3D grids are still some kind of a hack... More flexible handling of metadata: if some fields are missing, it now keeps goingSuppressed a warning that was getting too verbose at times. Made ARPSIO more thread-safe.Removing member variable "ofstream fout"More plugins becoming thread-safeMaking the plugins thread safe by removing the global fin/fout. Please try to avoid setting these as members for new plugins!Now GSN uses the virtual sensor name as station_id, making it much more logical when using exclude/keep/merge statements. The NetCDF plugin does not require anymore to be configured for the inputs in order to produce output grids. Otherwise, code and documentation cleanup.Code cleanup: more consistency in the handling of keep/exclude/merge. Better, more explicit error messages.Small fix: invalid user/password now throws a proper exception (instead of the default exception that there is no data)Fixed a bug: since the variance could be nodata, it should be checked before taking the sqrtFixed a warning found on osXMaking the order of the min and max rates of change unimportant in the Rate filter. Fixed a small logic bug in the snow/noSnow filter.Some small optimizations, code cleanup, documentation clean up and better handling of the nodata cases. The filter should now be ready for use!Several small bugs have been found in FilterSnowNosnow. Now it behaves in a more logical manner. However, the logic could still be improved (it should keep the same filtering strategy for the whole day instead of re-evaluating at each time step). A possible bug has been addresses in libinterpol1D that may have affected a simulation on an ETHZ cluster.Now the full method has decsribed in the CCES report has been implemented. Please note that there is still a bug hidden somewhere that has to be found...More detailed error messages when the timestamps are not properly sorted. Better behavior of the GSN plugin when the data is missing but the metadata could be retrieved (so at least we know that the station is valid).Code cleanup, removing some unecessary stuff for CTestNow the SHADE filter will use the last valid splitting coefficient if it can not compute one, within 24 hours. When the measured radiation is too low, no correction is applied because it can only be diffuse radiation (at dawn/dusk).And now the ALS_scaling interpolation properly works, including when using a temperature threshold criteriaThe mass was not conserved in the ALS_scaling algorithm. This now works properly when ignoring the air temperature and still shows small differences when taking into account the local air temperature.Re-applying commit 1629 that appears in the logs but not in the code (no idea what happened)Now multiple stations are properly supported by the SHADE filter (when computing the mask from the DEM)A bug in the MeteoData::mergeTimeSeries() method has been fixed that was related to the handling of extra parameters. The SHADE filter can now compute masks directly from the DEM, but this has required to propagate the Config object all the way down to the filter. Some minor code cleanup and documentation fixes.updating the syntax as the aggregation filters got replaced by a new "AGGREGATE" filterThe horizon computation in the DEMObject has been fully redone, copying what is done in Alpine3D. This should be more accurate and much more efficient.The new AGGREGATE filter has been tested and now replaces the other, multiple filters that used to do similar aggregation.Documenting the new SHADE filterA new method has been implemented in order to apply a horizon mask to ISWR. This has not been properly tested yet, this will come soon!Changing some invalid execute properties and adding a new processing: AGGREGATE. This should replace several of the existing filters as well as bring new featuresMore documentation about how to handle RhiresD and similar MeteoCH productsWhen downscaling, the coordinates of the virtual stations are now adjusted back to the chosen grid point (for meaningful use of the downscaled values). Duplicates are automatically detected and removed with a warning.Fixed a bug that was not properly applying the default schema
Loading