Skip to content

Commit

Permalink
docstring fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vgro committed Dec 6, 2023
1 parent ea90efc commit 396023a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_rainforest/models/hydrology/above_ground.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def calculate_soil_evaporation(
heat_transfer_coefficient: float,
extinction_coefficient_global_radiation: float,
) -> NDArray[np.float32]:
r"""Calculate soil evaporation based classical bulk aerodynamic formulation.
r"""Calculate soil evaporation based on classical bulk aerodynamic formulation.
This function uses the so-called 'alpha' method to estimate the evaporative flux
:cite:p:`mahfouf_comparative_1991`.
Expand All @@ -51,7 +51,7 @@ def calculate_soil_evaporation(
:math:`E_{act} = E_{g} * exp(-\kappa_{gb}*LAI)`
where :math:`kappa_{gb}` is the extinction coefficient for global radiation, and
where :math:`\kappa_{gb}` is the extinction coefficient for global radiation, and
:math:`LAI` is the total leaf area index.
Args:
Expand Down

0 comments on commit 396023a

Please sign in to comment.