WSL/SLF GitLab Repository
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Alpine3D
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
Alpine3D
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
0c255c7abcae78873b9db1f722e694d3db6f6e74
Select Git revision
Selected
0c255c7abcae78873b9db1f722e694d3db6f6e74
Branches
8
master
default
protected
alpine3d_mosaic
seaice_mosaic
snowdrift_parallelization
spectral_radiation
test_splitting_nora
update_tests
xml_versioning
Tags
4
alpine3d-3.0.0
alpine3d-3.1.0
alpine3d-3.2.0
test-1.2.6
13 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Jul
16
Jun
3
15
Apr
14
10
8
25
Mar
21
6
Dec
5
4
Nov
23
Oct
21
Aug
6
24
May
15
6
Mar
4
Dec
28
Nov
22
13
Sep
18
Aug
26
Jul
11
21
May
3
2
13
Feb
31
Jan
26
20
11
22
Nov
6
Oct
9
Sep
8
7
2
1
31
Aug
26
19
18
2
19
Jul
5
27
Jun
10
9
8
7
2
31
May
30
27
23
20
18
11
10
9
6
28
Apr
20
10
Mar
8
Feb
26
Jan
20
8
Dec
6
18
Nov
4
Oct
1
Sep
31
Aug
30
26
17
16
24
Jun
9
17
May
21
Apr
14
9
26
Mar
17
16
7
3
2
19
Feb
16
12
10
9
3
2
29
Jan
28
27
26
25
24
21
20
19
14
11
6
5
23
Dec
16
14
11
8
7
6
2
1
30
Nov
26
25
18
17
15
12
10
9
22
Oct
19
5
30
Sep
29
28
24
23
17
16
11
10
9
8
7
3
2
18
Aug
2
27
Jul
20
16
8
7
10
Jun
29
May
26
22
19
18
14
13
12
11
25
Mar
13
Feb
2
Oct
26
Sep
23
9
Aug
28
Jun
26
14
31
May
27
21
17
Apr
8
5
31
Mar
29
26
25
8
4
23
Feb
7
4
28
Jan
24
17
13
11
20
Nov
26
Oct
12
8
5
4
3
2
1
25
Sep
24
17
13
12
4
14
Aug
18
Jul
13
12
11
10
2
26
Jun
5
Apr
22
Feb
20
16
Jan
21
Dec
6
30
Nov
24
25
Sep
22
15
8
1
29
Aug
17
28
Jul
26
21
3
28
Jun
27
26
21
29
May
18
15
20
Apr
30
Mar
29
23
16
14
13
14
Feb
13
1
31
Jan
24
24
Nov
14
24
Oct
20
5
15
Sep
8
2
1
31
Aug
25
24
17
16
12
10
3
29
Jul
27
Jun
24
16
15
14
Implementing the interface to request the spectral albedo from the SNOWPACK workers.
spectral_radiat…
spectral_radiation
Showing proper error message when slicing is not possible when number of workers > dimx.
master
master
Typos
Add markers for spectral radiation and first implementation of spectral radiation
Small optimization when computing precipitation splitting over gridded data as well as code formating.
Minor tweaks (fixed two warnings from clangd, imporved a comment)
Added the missing flag to force Alpine3d from gridded data as well as made meteo_TS or GRID2D_IN dependant on it
Updating BuildVersion from MeteoIO.
Added a comment to a confusing piece of code
Fixed an error in the documentation
Fixed missing includes and warnings
Making CMakeLists.txt closer to the current MeteoIO's
Fixed some warnings of XCode on MacOS
Removed support for some (very) old versions of gcc (see MeteoIO)
Updated FindMeteoIO and FindLibsnowpack
Better cleanup for "make distclean" and workaround for a CMake issue with doxygen
Making the CMake code much more similar to MeteoIO's
Fixed writing ARC gridded files (bug reported by Paul Billecocq)
Fixed warnings and code cleanup
Migrating the INI syntax
Fixing some documentation issues (doxygen warnings, out of date documentation)
EXAMPLES: Update inis for the new syntax in interpol1d
INI-APPS: Now provides ts own inishell app
GITIGNORE: Ignore build folder and vscode files
Small improvements to some svg files
Now relying on svg images as much as possible in the documentation
Ported a fix from MeteoIO for proper rendering of equations in the documentation
Typo
This key has been renamed
Renaming for clarity
Using auto setting for link time optimization
forgot to remove a config
xml_versioning
xml_versioning
remove validatoin for inishell specific xml files
alpine3d now provides its own inishell app
By making the DEM and land use map a class variable, openMP workers can share the same dem and landuse grid (the workers now have a reference to the grids, instead of their own copy). This avoids copying and reduces memory consumption for large dem's and/or when running with many openmp workers.
Porting the changes from MeteoIO to Alpine3D
Making Alpine3D consistent with commit 37109aa1ec3bcc76a5e62430f13fcf3bd72da5c5 in SNOWPACK.
Work around a bug in the CI containers
More documentation for LUS input files
Added some documentation on how to create LUS files
Loading