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
6 changes: 3 additions & 3 deletions pvlib/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -3817,11 +3817,11 @@ def louche(ghi, solar_zenith, datetime_or_doy, max_zenith=90):
Contains the following keys/columns:

* ``dni``: the modeled direct normal irradiance, see :term:`dni`.
[Wm⁻²]
[Wm⁻²]
* ``dhi``: the modeled diffuse horizontal irradiance, see :term:`dhi`.
[Wm⁻²]
[Wm⁻²]
* ``kt``: Clearness index. Ratio of global to
extraterrestrial irradiance on a horizontal plane. [unitless]
extraterrestrial irradiance on a horizontal plane. [unitless]

References
-------
Expand Down
Loading