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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
David Wagner
Alpine3D
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
89a9beb10fcdb37e7f488b326131b93ec158c97f
Select Git revision
Selected
89a9beb10fcdb37e7f488b326131b93ec158c97f
Branches
5
master
default
protected
ci_setup
seaice
snowdrift_parallelization
test_splitting_nora
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
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
13
7
6
3
1
25
May
17
13
2
19
Apr
11
21
Mar
18
17
16
15
14
11
9
4
2
1
26
Feb
25
24
23
22
10
4
3
2
1
29
Jan
22
12
Dec
9
4
3
2
27
Nov
26
19
17
16
12
11
10
9
6
5
4
3
2
28
Oct
14
13
8
2
1
30
Sep
29
28
25
23
21
11
10
11
Aug
27
Jul
3
2
20
May
5
22
Apr
21
13
1
16
Feb
12
11
5
3
30
Jan
28
27
20
22
Dec
3
2
14
Nov
12
31
Oct
29
28
23
20
9
3
1
30
Sep
29
24
23
22
4
26
Aug
22
20
19
18
11
8
7
6
4
1
31
Jul
29
28
27
26
25
24
23
Merge branch 'master' of https://gitlabext.wsl.ch/snow-models/alpine3d
master
master
Corrected bug in solar pannel module leading to crash
Merge branch 'seaice' of https://gitlabext.wsl.ch/snow-models/alpine3d into seaice
seaice
seaice
Adding comment.
Merge branch 'master' of https://gitlabext.wsl.ch/snow-models/alpine3d into seaice
Merge branch 'svn-history' into 'master'
Solved conflicts after merging svn history with new development
Fixing code formatting.
Added more option to gitignore
Now wind value correction for glacier pixels should work
Allow compilation with snowpack dev commit 1894
Revert commit a4b0a56d also for the source file, which got accidentally committed in commit c62c3ee0.
Revert commit a4b0a56d also for the header file, which should have been committed to the sea ice branch.
Revert commit a4b0a56d, which should have been committed to the sea ice branch.
Implementing the hydrostatic balance calculation for sea ice simulations with Alpine3D.
Making sure that the properties of the DEM are recomputed when the DEM is updated.
reduced viewlist memory usage
reduce SortList memory usage
resize unused arrays after initialization
Reduced size of arrays in getRadiation
Adding profiler compile options only when profiling set to ON.
Added missing IOUtils::nothrow
Renamed the key ADD_HS_TO_DEM to ADD_HS_TO_DEM_FOR_METEO for clarity and to avoid confusion
Added the possibility to correct the DEM with HS at each time step for the meteo interpolation (e.g. for Winstral preferential deposition). This is achieved using the key ADD_HS_TO_DEM=TRUE in the input section
Disabled LW
Corrected wrong variable assignement
Updated TerrainRadiationHelbig
Changed TerrainRadiationAlgorithm::getRadiation in order to be ready for lownwave radiations.
Removed key Terrain_Radiation in [EBalance]. It is redundant with --enable-eb and cause segfault is --enable-eb is provided and the variable is set to false.
Rad complex mpi
Removed comment
Corrected VF output
Cleaned log output in Helbig module
Removed old view factor writing code. Moved view factor writing to Ebalance constructor and added a pure virtual view factor getter in TerrainRadiationAlgorithm
Corrected wrong function name
Removed includes of deleted files
Moved all the solar panel part to complex, added interface to implement it in other modules. Still some cleaning needed in complex (move some parts to SolarPanel.cc), and a correct implementation for config keys and for output path is still required
Removed files for TerrainRadiationAlgotihm == PETCS && FULL
Removed TarrainAlgotithm = FULL (defined in TerrainRadiation.cc)
Removed resize on grids, and use = 0 instead in order to avoid re-allocation
Loading