WSL/SLF GitLab Repository
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
meteoio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
snow-models
meteoio
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
91a372c2031b988f361683b3d28fedb3cfd72a9c
Select Git revision
Selected
91a372c2031b988f361683b3d28fedb3cfd72a9c
Branches
4
master
default
protected
BUFR_changes
feature/web-service
limiting_trends
Tags
20
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
Begin with the selected commit
Created with Raphaël 2.2.0
6
Mar
4
3
28
Feb
25
21
20
19
18
14
11
7
6
5
4
3
1
31
Jan
30
29
28
27
23
22
17
16
15
13
12
11
10
9
7
3
2
19
Dec
18
13
12
6
4
3
2
25
Nov
21
20
15
13
9
2
1
31
Oct
30
28
26
25
24
23
21
18
15
11
5
4
2
1
30
Sep
24
23
20
18
16
13
10
9
2
1
30
Aug
29
26
13
9
5
31
Jul
26
25
24
23
19
17
15
5
28
Jun
27
19
14
5
31
May
27
25
24
23
22
21
20
16
14
13
10
8
18
Apr
17
11
10
8
28
Mar
26
25
23
22
21
19
18
14
13
12
11
10
5
4
28
Feb
21
18
15
14
13
11
8
7
2
1
31
Jan
30
29
28
24
22
10
9
8
7
29
Dec
11
9
6
5
4
3
30
Nov
28
27
26
23
22
21
20
11
5
4
3
2
31
Oct
30
29
28
25
24
23
22
17
12
2
1
24
Sep
20
19
18
17
31
Aug
24
23
20
15
9
7
6
1
31
Jul
27
24
23
20
19
17
16
27
Jun
26
25
23
21
20
19
18
16
11
8
5
4
1
31
May
30
25
24
23
22
21
16
14
11
10
9
8
5
4
3
30
Apr
17
14
10
7
5
3
2
31
Mar
29
28
26
23
21
19
16
13
12
9
7
6
5
2
1
27
Feb
24
23
20
17
16
15
14
13
11
10
9
8
7
3
2
1
31
Jan
30
27
25
23
20
19
18
17
16
13
12
11
10
9
7
6
4
3
2
25
Dec
23
22
20
19
Nov
18
16
15
14
13
11
10
9
8
7
3
2
1
31
Oct
30
24
23
21
17
11
6
4
3
2
29
Sep
27
26
22
21
20
19
13
12
2
31
Aug
30
29
24
23
22
16
8
30
Jul
28
27
26
20
19
18
15
7
6
5
4
30
Jun
24
23
20
18
16
10
8
30
May
27
26
25
24
19
18
17
16
13
Code cleanup and adjusting to the MeteoSwiss naming scheme as well as VW_MAX vs VW trick (VW is Kalman-corrected and therefore can get higher than VW_MAX).
PSQLIO: update for writeMeteo
The COSMOXMLIO documentation has been updated and the plugin can now read all files in a given directory (but they must follow a loose naming scheme). Otherwise, small fixes (documentation typo, constification).
First version of the new COSMO (in fact, FieldExtract) plugin. It currently only reads data from one single file that is provided as argument, but this file can contain all the stations and all the time steps. This plugin only relies on libxml2.
Finally a good documentation on ordinary kriging... This should be a reasonnably standard (since everybody seems to enjoy using his own notation for the various matrices) and more importantly, really show what the whole thing is about, how the matrices are filled and what is solved.
Removing cerr printouts in libsmet
Removing some try/catch, adding some documentation and adding the missing error message as reported by issue 357
Printing curl error messages (quite useful to understand what happened!)
Fixing a numerical bug: it happended once (Today) that the calculated cosinus of the solar azimuth angle was slightly less than -1... This lead to an arithmetic exception. Now, all values are brought back within [-1, +1] before computing the acos.
I forgot to make the 1/d^n weighting change to LIDW... (as has been made for IDW)
Adding templates for helping in developing new filters (see issue 334)
Removing the passing of ostrinstream objects by reference, since this forces us to reset the stringstream back to its original state and this lead to some compilation issues on some macs. Now, the interpolation messages are passed as normal strings.
Preparing the way for altitude thresholds on lapse rates: for example, preventing HNW to get crazy at elevations much higher than the highest station. This would be achieved by using max_altitude instead of the true elevation of a high point when doing detrending/retrending. See issue 358 and issue 359.
Fixing a documentation bug (thanks to Matteo), small optimization in Sun and a few extra optimizations in MathOptim
Moving 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 implementation
A 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 databases
Registering the PSQL plugin
Adding scaffolding for the PSQLIO plugin
Updated the lsm and manifest files
GeotopIO: Better exception messages for meta file parsing
IOManager: 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.1
MeteoIO-2.4.1
MeteoIO-2.4.1
small fix for osX packaging
The equator was not at the right location for UTM coordinates, therefore zones xxN were supposed to be in the southern hemipshere... This fixes issue 351
GeotopIO: Read SWdirect, SWdiffuse, CloudFactor and HeaderCloudSWTransmissivity
Adding 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.
Loading