2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Oct 17, 2024 — Oct 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using auto setting for link time optimization More... almost 2 years ago
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. More... about 2 years ago
Porting the changes from MeteoIO to Alpine3D More... about 2 years ago
Making Alpine3D consistent with commit 37109aa1ec3bcc76a5e62430f13fcf3bd72da5c5 in SNOWPACK. More... over 2 years ago
Work around a bug in the CI containers More... over 2 years ago
More documentation for LUS input files More... over 2 years ago
Added some documentation on how to create LUS files More... over 2 years ago
Looks like commit d53c0f89b6f802eac14da331a02d5f7381efc3cd was insufficient. Hope this commit now really solves the problem with soil temperatures. More... over 2 years ago
Renaming OSWR to RSWR in the example. More... over 2 years ago
Bug fix for valgrind-reported memory error. The problem was that when less than 5 soil temperatures were requested, the last one got assigned TSOIL_MAX, but then in fillGrids, it was assumed that the depths array contained 5 values, leading to out of bound memory read. More... over 2 years ago
Silencing compiler warnings and minor clean-up More... over 2 years ago
Removed old links to models.slf.ch More... almost 3 years ago
Documentation update More... almost 3 years ago
Cosmetic fixes and improved error message. More... almost 3 years ago
Small documentation improvement More... almost 3 years ago
Replaced abs with std::abs More... about 3 years ago
Merge branch 'master' of https://gitlabext.wsl.ch/snow-models/alpine3d More... about 3 years ago
Proper exception rethrow More... about 3 years ago
Fixing indentation issues. More... about 3 years ago
Added new output grids MS_SURFACE_MASS_FLUX and MS_ICE_SOIL More... about 3 years ago
Merge branch 'master' of https://gitlabext.wsl.ch/snow-models/alpine3d More... about 3 years ago
Updated example More... about 3 years ago
Space missing More... about 3 years ago
Updated gitignore for example output More... about 3 years ago
Merge branch 'grid_reading' into 'master' More... about 3 years ago
corrected rebase errors More... about 3 years ago
Merge branch 'grid_reading' of https://gitlabext.wsl.ch/snow-models/alpine3d into grid_reading More... about 3 years ago
Merge branch 'grid_reading' of https://gitlabext.wsl.ch/snow-models/alpine3d into grid_reading More... about 3 years ago
Merge branch 'virtual_lysimeter' into 'master' More... about 3 years ago
Merge branch 'main_simplification' into 'master' More... about 3 years ago