You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
Streamfall leverages the Julia language and ecosystem to provide:
10
10
- Quick heterogeneous modelling of a stream network
11
11
- Use of different rainfall-runoff models and their ensembles in tandem
12
-
-Modelling and assessment of interacting systems
12
+
-Support for modelling and assessment of interacting systems
13
13
- A wide range of performance metrics
14
14
15
15
This package includes implementations of the following:
@@ -20,12 +20,21 @@ This package includes implementations of the following:
20
20
21
21
Performance is expected to be similar to implementations in C and Fortran.
22
22
23
+
Naive timings (using `@time`) for an example dataset spanning 1963-07-05 - 2014-12-31 (18808 days, approximately 51.5 years)
24
+
25
+
- SimpleHyModNode \
26
+
0.016502 seconds (469.25 k allocations: 12.902 MiB)
27
+
- GR4JNode \
28
+
0.015274 seconds (224.75 k allocations: 5.584 MiB)
29
+
- SYMHYDNode \
30
+
0.039540 seconds (638.01 k allocations: 15.190 MiB, 46.99% gc time)
31
+
- IHACRESBilinearNode \
32
+
0.021734 seconds (675.63 k allocations: 17.773 MiB)
33
+
23
34
The IHACRES rainfall-runoff model was previously implemented with [ihacres_nim](https://github.com/ConnectedSystems/ihacres_nim) but has since been ported to pure Julia.
24
35
25
36
[Graphs](https://github.com/JuliaGraphs/Graphs.jl) and [MetaGraphs](https://github.com/JuliaGraphs/MetaGraphs.jl) are used underneath for network traversal/analysis.
26
37
27
-
> [NOTE] Streamfall is currently in its early stages and under active development. Although it is fairly usable for small networks and assessing/analyzing single sub-catchments, things may change drastically and unexpectedly.
28
-
29
38
## Installation
30
39
31
40
Streamfall is now registered! The latest release version can be installed with:
0 commit comments