Skip to content

Commit 78a8e13

Browse files
committed
Update average_photon_energy.py
1 parent db1e875 commit 78a8e13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/examples/spectrum/average_photon_energy.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
# -------------------------
5252
# With all the necessary inputs now defined, we can model spectral irradiance
5353
# using :py:func:`pvlib.spectrum.spectrl2`. As we are calculating spectra for
54-
# more than one set of conditions, the function will return a dictionary of
55-
# 2-D arrays with the exception of wavelength, which has shape (122, N), where
56-
# N is the length of the input ``apparent_zenith``. For each of the 2-D arrays,
57-
# one dimension is allocated for wavelength and one is for irradiance in Wm⁻².
54+
# more than one set of conditions, the function will return a dictionary
55+
# containing 2-D arrays for the spectral irradiance components and a 1-D array
56+
# of shape (122,) for wavelength. For each of the 2-D arrays, one dimension is
57+
# for wavelength in nm and one is for irradiance in Wm⁻².
5858
# The next section will show how to convert this output into a suitable
5959
# input for :pyfunc:`~average_photon_energy`.
6060

0 commit comments

Comments
 (0)