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.
d3b3c8d7111aae1399b94437f13a9461b0a8f2cc
Select Git revision
Selected
d3b3c8d7111aae1399b94437f13a9461b0a8f2cc
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
Select display option
Display full history
Display full history
Display up to revision
Created with Raphaël 2.2.0
11
Apr
10
7
6
4
3
31
Mar
30
29
28
27
23
22
20
17
16
15
14
13
10
9
8
7
6
24
Feb
23
22
21
16
13
8
6
2
1
31
Jan
30
26
25
24
23
13
12
11
9
23
Dec
21
16
13
8
5
30
Nov
25
24
17
14
10
9
8
4
3
31
Oct
28
25
24
21
20
7
5
4
3
30
Sep
29
28
27
26
23
22
21
16
15
14
13
12
8
7
5
2
31
Aug
26
25
24
23
22
19
18
17
15
10
9
8
3
2
28
Jul
22
21
12
27
Jun
23
21
17
10
9
7
3
2
27
May
25
23
19
17
14
13
11
5
4
26
Apr
18
15
14
8
7
5
1
31
Mar
24
22
21
18
15
9
8
7
4
3
2
1
29
Feb
26
24
23
20
10
9
8
5
3
29
Jan
28
27
26
25
22
20
14
13
12
11
8
6
22
Dec
21
18
9
7
4
3
30
Nov
27
26
25
24
20
19
18
17
16
11
5
4
31
Oct
28
23
22
15
12
8
6
1
30
Sep
29
28
25
23
22
10
9
8
7
2
1
31
Aug
28
27
11
10
7
3
30
Jul
28
27
23
21
20
17
16
13
9
8
7
2
1
30
Jun
24
17
16
15
12
10
9
29
May
27
21
6
26
Apr
14
10
9
8
2
1
31
Mar
30
26
25
24
25
Feb
17
13
11
10
8
6
3
30
Jan
23
20
22
Dec
19
18
17
12
8
4
2
27
Nov
25
24
20
18
13
12
11
10
7
31
Oct
30
29
28
22
21
13
9
7
6
3
2
1
30
Sep
16
14
4
3
2
29
Aug
27
26
25
22
21
20
19
15
14
12
4
31
Jul
27
18
14
11
10
9
8
26
Jun
25
24
19
18
17
16
14
10
5
3
2
29
May
26
23
21
19
16
12
11
9
8
7
6
5
3
30
Apr
29
28
25
24
23
22
15
14
12
11
8
7
1
27
Mar
26
20
19
18
17
16
15
14
13
11
9
7
6
4
3
28
Feb
25
21
20
19
18
14
11
7
6
5
4
3
1
31
Jan
30
Code and documentation cleanup (as well as more ellipsoids)
More ellipsoid parameters have been given and the standard Molodensky transformation has been implemented to convert between datums
More documentation and fixes to enable the CNRMIO plugin to read Nordinaca NetCDF files (but their units are broken, so beware)
Added the dew point temperature to the CNRM schema; Added a safety check when reading lat/lon in the WRF schema.
The precision in converting a grid of easting/northing to lat/lon has been greatly improved (it is now better than a meter for most application, 2~3 meters when dealing with the whole of Switzerland).
Changed "RAIN" and "SNOW" into "RAINF" and "SNOWF" in the PrecUnsplit generator in order to be consistent with what seems to be the general usage.
Some code cleanup, some better naming and more importantly, much more precise grids conversions from x/y to lat/lon and back. A test with Graubunden at 200m resolution showed an error of max. 10% of the cellsize on the easting/northing of the Bernina after a round trip (the Bernina is quite close to the end of the domain, such errors accumulate). The cellsize error is now ~7cm on a 200m cell.
Documentation improvements (ie always include an example of use)
More micro-optimizations and code cleanup. Fixed the coords test since the output format was changed (switching to decimal lat/long)
Code cleanup and micro-optimizations
Finally, the ability to read WRF 2D grids. Quite a few methods had to be re-implemented specially for WRF. The whole plugin will have to be restructured in order to get a clean structure. And unfortunately, the grids currently are ~500m shifted compared to reality (is it coming from WRF or from us?)
Since Gimp now write out PGM files formatted as a single column of data, the plugin had to be adapted. It can now read both tabular and single column formatted PGM file (it seems that in the specs, any white space separator is valid, this is currently not supported).
Documentation improvements (including how to install libpng on osX)
Trying to bring more flexibility to the coordinate specs (ie accepting string such as "(lat,lon)" or "(lat,lon)" or "lat lon"). More checks and improved error messages and documentation (the Coords::toString(LATLON) now gives the decimal lat/lon since this is what is usually reported by other objects).
Now the RhiresD time dimension is supported, so there is no need to rename the dimensions with ncrename anymore. The MeteoCH files can be used out of the box! (well, there is still a parameter name mapping that is required, but this is quite light).
Finally the PSUMGen data generator has been renamed as PrecUnsplit (which should be more logical)
Documentation improvements
A new generator has been created that converts split precipitation (given as RAIN and SNOW) into PSUM and PSUM_PH.
A bug when parsing measuredInterval has been fixed and the debug output has been improved by writing the station's ID
Added some documentation, removed an obsolete hack for using read3DGrid() in ARPSIO
Now the DBO plugin can read standard parameters as well as some extra parameters (ie we identify the "relevant" ones) with a clean code. Minor cleanup in libncpp.
Trying to simplify the structure and converting PINT into PSUM
The code has been simplified in order to gain clarity. Hopefully there is a good solution to the "time series selection" problem!
documentation improvements
Changed the order of the ADD_SUBDIRECTORY in order to properly inherit the plugins settings (see issue 513)
Better debug outputs, better structure, the begining of a method to select between multiple timeseries for an identical parameter
small cleanup before moving forward...
Now the merge between vecMeteo and a timeseries is very similar to MeteoData::merge()
One improvement at a time on DBO... slightly improving the merging in order to account for data before/after the current vector
Still moving forward... A basic method for selecting which timeseries to use has been implemented and the easiest merge case as been implemented (ie when all the timeseries are the exact same lenght, contain the exact same timestamps, etc)
Supporting Zulu timzone as required by the Osper API
turning off a very stupid warning from CLang (yes, __DATE__ changes over time, this is the whole point of it!)
Trying to make RPATH for for Linux and osX so dynamic libraries' paths are better handled
Avoiding exposing ARPS macros and preventing buffer overflow when reading strings (thanks Coverity!)
Tagging release 2.6.0
MeteoIO-2.6.0
MeteoIO-2.6.0
Pushing version numbers to 2.6.0
Following a few coverity scans, several inconsistencies / potential bugs have been fixed. Since my commit to picojson got merged, the newest version of picojson has been taken.
Some of theOSDH file names have changed. Some of the fields are not available anymore. Code cleanup in DBO.
Small cleanup in IOUtils, still moving forward with the DBO plugin...
I forgot to change the reference datasets after correcting the Unventillated_T filter... This is now done!
Loading