Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c9e20ab

Browse files
authoredJun 11, 2024··
Update physics/rainfall_intensity.py
1 parent 9faab40 commit c9e20ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎physics/rainfall_intensity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def rainfall_intensity(
2626
Calculate the intensity of a rainfall event for a given duration and return period.
2727
It's based on the Sherman intensity-duration-frequency curve:
2828
29-
I = K * T^a / (D + b)^c
29+
I = k * T^a / (D + b)^c
3030
3131
where:
3232
I = Intensity of the rainfall event [mm/h]

0 commit comments

Comments
 (0)
Please sign in to comment.