WSL/SLF GitLab Repository
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
StreamFlow
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
snow-hydrology
StreamFlow
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Selected
master
default
protected
Tags
4
Streamflow-1.2.0
Streamflow-1.1.0
Streamflow-1.0.0
1.0.0
5 results
Select display option
Display full history
Display full history
Display up to revision
Created with Raphaël 2.2.0
10
Feb
9
Jun
22
Oct
21
18
Feb
12
Nov
11
12
Sep
10
27
Aug
6
May
23
Apr
18
9
Nov
8
6
8
Oct
5
9
Apr
6
Mar
1
27
Feb
26
21
19
8
5
2
19
Dec
15
14
12
11
6
4
29
Nov
20
9
23
Oct
28
Aug
25
14
Jul
11
1
Jul
16
Jun
15
14
13
10
9
8
7
6
3
2
14
May
13
9
26
Apr
25
6
29
Feb
17
16
1
29
Jan
28
27
26
25
21
19
15
14
13
12
7
6
5
4
11
Dec
10
9
8
4
3
2
30
Nov
24
18
5
29
Oct
28
26
22
20
16
15
14
12
8
7
6
2
1
30
Sep
29
16
14
8
7
4
3
2
1
14
Aug
13
7
23
Jul
14
13
1
16
Jun
4
3
2
25
May
22
18
15
7
Adopting the new syntax for getting grids with MeteoIO
master
master
Now BuildVersion works with git
Silenced some compilation warnings
Updated examples
Missing in previous commit
Optimized meteo reading. Now mio::meteo objects are initialized only once per stream reach/cell, avoiding to always check if variables exist and to resize vectors
Slight optimization to avoid calling 2 times getCelerity at each time step
Optimized ST scheme and corrected error, now only mean TSOIL over the subwatershed is used for t_inflow. Slight cleaning
Slight simplification
Code cleaning
Now calibration can be done on daily basis
Corrected bug in fraction of lost water and now total watershed area is no more used in tau
Now only a warning is thrown is calibration data are missing at the begining or at the end
Solved length 0 time step bug, part 4
Solved length 0 time step bug, part 3
Solved length 0 time step bug, part 2
Solved length 0 time step bug
Silenced compilation warning
Fixed initialization bug
Cleared a bug from SMET reading. Code cleaning
Cleared a bug from SMET reading. Code cleaning
Removed compilation warnings. Code cleaning
Ehanced memory managment for grid loading
FIxed bug preventing compilation on Intel compiler part 2, fixed bug preventing to write io file in certain case
Fixed bug preventing compilation with intel compiler, part 1
Also missing in commit 343
Ignored in previous comit, the correct messgare for commit 343 is: Implemented smarter subwatershed copy, reducing the need of input reading
IMplemented smarter subwatershed copy, reducing the need of input reading
Fixed identation
Fixed time step issue for discretized stream reach
Fixed timestep issue for LumpedStream
Reverting wrong commit
Fixed timestep issue for LumpedSubwatershed
Flip grids loaded as netcdf becaus alpine3d produces them upside-down, temporary fix, to be removed once alpine3d is corrected
Allows to overide NETCDF variable name for TSOIL with the same key than for ASCII grids
Corrected error in grid reading for NetCDF
Corrected grid format for watershed reading when meteo input are in NetCDF
Corrected NETCDF reading with OpenMP
Iproved grids dates reading
Added the possibility to loose some fraction of the input water through ground deep infiltration with the new mandatory key FRAC_LOST_WATER. Possibility to calibrate this parameter. Note that the examples are currently broken, will be fixed next week
Loading