Skip to content

Commit 832247a

Browse files
committed
Merge branch 'linke_docs' of https://github.com/cwhanse/pvlib-python into linke_docs
2 parents a96557f + 07dbd3b commit 832247a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pvlib/clearsky.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ def ineichen(apparent_zenith, airmass_absolute, linke_turbidity,
2121
'''
2222
Determine clear-sky GHI, DNI, and DHI using the Ineichen/Perez model.
2323
24-
The Ineichen and Perez clear sky model [1]_ [2]_ describes global
25-
horizontal irradiance (GHI) and direct normal irradiance (DNI), Diffuse
24+
The Ineichen and Perez clear sky model [1]_ [2]_ estimates global
25+
horizontal irradiance (GHI) and direct normal irradiance (DNI). Diffuse
2626
horizontal irradiance (DHI) is then computed as DHI = GHI - DNI*cos(zenith)
2727
Analysis of clear sky models found the Ineichen/Perez model to have
2828
excellent performance with a minimal input data set [3]_.
@@ -49,7 +49,7 @@ def ineichen(apparent_zenith, airmass_absolute, linke_turbidity,
4949
Extraterrestrial irradiance.
5050
5151
perez_enhancement : bool, default False
52-
If `True`, the Perez enhancement factor is applied.
52+
If ``True``, the Perez enhancement factor is applied.
5353
The Perez enhancement factor may produce spurious results when
5454
the Sun is near the horizon and the airmass is high.
5555
See https://github.com/pvlib/pvlib-python/issues/435

0 commit comments

Comments
 (0)