Skip to content

Commit

Permalink
broken link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vgro committed Oct 10, 2023
1 parent 6457d74 commit 0cf58f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_rainforest/models/hydrology/hydrology_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def update(self, time_index: int, **kwargs: Any) -> None:
cell based above-ground hydrology. The accumulated surface runoff is calculated
as the sum of current runoff and the runoff from upstream cells at the previous
time step, see
:func:`~virtual_rainforest.models.hydrology.above_ground.accumulate_surface_runoff`
:func:`~virtual_rainforest.models.hydrology.above_ground.accumulate_horizontal_flow`
.
Potential soil evaporation is calculated with classical bulk aerodynamic
Expand Down

0 comments on commit 0cf58f8

Please sign in to comment.