Skip to content

Commit

Permalink
Add a rainfall-runoff modeling tutorial (#138)
Browse files Browse the repository at this point in the history
* add rainfall_runoff tutorial

* clean code

* refine reference

* clean code
  • Loading branch information
gantian127 committed Jul 15, 2024
1 parent 72132f1 commit 6fc043f
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 0 deletions.
29 changes: 29 additions & 0 deletions lessons/python/data/scs_unit_hydrograph.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
time_ratio,discharge_ratio
0,0
0.1,0.015
0.2,0.075
0.3,0.16
0.4,0.28
0.5,0.43
0.6,0.6
0.7,0.77
0.8,0.89
0.9,0.97
1,1
1.1,0.98
1.2,0.92
1.3,0.84
1.4,0.75
1.5,0.66
1.6,0.56
1.8,0.42
2,0.32
2.2,0.24
2.4,0.18
2.6,0.13
2.8,0.098
3,0.075
3.5,0.036
4,0.018
4.5,0.009
5,0.004
Loading

0 comments on commit 6fc043f

Please sign in to comment.