We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfee27f commit 9cc772aCopy full SHA for 9cc772a
docs/examples/plot_diffuse_fraction.py
@@ -10,9 +10,10 @@
10
# This example demonstrates how to use diffuse fraction estimation methods to
11
# obtain direct and diffuse components from measured global horizontal
12
# irradiance (GHI). Irradiance sensors such as pyranometers typically only
13
-# measure GHI. Therefore pvlib provides several correlations to estimate the
14
-# diffuse fraction of the GHI, that can be used to resolve the diffuse and
15
-# direct components.
+# measure GHI. pvlib provides several functions that can be used
+# to separate GHI into the diffuse and direct components. The separate
+# components are needed to estimate the total irradiance on a tilted
16
+# surface.
17
18
import pathlib
19
from matplotlib import pyplot as plt
0 commit comments