Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions virtual_ecosystem/models/hydrology/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ class HydroConsts(ConstantsDataclass):
"""Extinction coefficient for global radiation, [unitless].

This constant is used to reduce potential evaporation for bare soil to maximum
shaded evaporation in
:func:~virtual_ecosystem.models.hydrology.above_ground.calculate_soil_evaporation`.
shaded evaporation.
Typical values are 0.4 to 0.7 for monocotyledons and 0.65 to 1.1 for broad leaved
dicotyledons :cite:t:`monteith_light_1969`. The value for tropical forest is taken
from :cite:t:`saldarriaga_solar_1991`. The extinction coefficient can be
Expand Down
Loading