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
+8-16Lines changed: 8 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,16 @@ Streamfall leverages the Julia language and ecosystem to provide:
12
12
- Support for modelling and assessment of interacting systems
13
13
- A wide range of performance metrics
14
14
15
-
This package includes implementations of the following:
16
-
- GR4J
17
-
- HyMod
18
-
- IHACRES
19
-
- SIMHYD
20
-
21
15
Performance is expected to be similar to implementations in C and Fortran.
22
16
23
-
Naive timings (using `@time`) for an example dataset spanning 1963-07-05 - 2014-12-31 (18808 days, approximately 51.5 years)
17
+
This package includes implementations of the following
18
+
(with naive timings using the `@time` macro):
19
+
- GR4J [0.015274 seconds (224.75 k allocations: 5.584 MiB)]
20
+
- HyMod [0.016502 seconds (469.25 k allocations: 12.902 MiB)]
21
+
- IHACRES [0.021734 seconds (675.63 k allocations: 17.773 MiB)]
22
+
- SIMHYD [0.022818 seconds (600.39 k allocations: 16.768 MiB)]
24
23
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
-
- SIMHYDNode \
30
-
0.022818 seconds (600.39 k allocations: 16.768 MiB)
31
-
- IHACRESBilinearNode \
32
-
0.021734 seconds (675.63 k allocations: 17.773 MiB)
24
+
Timings were taken using an example dataset spanning 1963-07-05 - 2014-12-31 (18808 days, approximately 51.5 years)
33
25
34
26
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.
35
27
@@ -43,7 +35,7 @@ Streamfall is now registered! The latest release version can be installed with:
43
35
] add Streamfall
44
36
```
45
37
46
-
or the latest development version from GitHub with `dev`() or `add`:
38
+
or the latest development version from GitHub with `dev` or `add`:
0 commit comments