Skip to content

Commit

Permalink
docstring updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vgro committed Sep 29, 2023
1 parent a3cafbd commit b23cc5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_rainforest/models/hydrology/hydrology_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ def update(self, time_index: int) -> None:
vertical flow, soil evaporation, and surface runoff (per grid cell and
accumulated), and estimates mean stream flow. These processes are problematic
at a monthly timestep, which is why - as an intermediate step - the input
precipitation is divided by 30 days, the same day is run 30 times, and the
return variables are means or accumulated values.
precipitation is randomly distributed over 30 days, and the
return variables are monthly means or accumulated values.
Surface runoff is calculated with a simple bucket model based on
:cite:t:`davis_simple_2017`: if precipitation exceeds top soil moisture capacity
Expand Down

0 comments on commit b23cc5b

Please sign in to comment.