Skip to content

Commit c052fe8

Browse files
authored
Change DHI to GHI and fix some units in plot_diffuse_fraction.py (#2580)
1 parent bc67019 commit c052fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/irradiance-decomposition/plot_diffuse_fraction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# %%
4545
# pvlib Decomposition Functions
4646
# -----------------------------
47-
# Methods for separating DHI into diffuse and direct components include:
47+
# Methods for separating GHI into diffuse and direct components include:
4848
# `DISC`_, `DIRINT`_, `Erbs`_, and `Boland`_.
4949

5050
# %%
@@ -112,7 +112,7 @@
112112
# ----------------
113113
# In the plots below we compare the four decomposition models to the TMY3 file
114114
# for Greensboro, North Carolina. We also compare the clearness index, kt, with
115-
# GHI normalized by a reference irradiance, E0 = 1000 [W/m^2], to highlight
115+
# GHI normalized by a reference irradiance, E0 = 1000 [Wm⁻²], to highlight
116116
# spikes caused when cosine of zenith approaches zero, particularly at sunset.
117117
#
118118
# First we combine the dataframes for the decomposition models and the TMY3

0 commit comments

Comments
 (0)