File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,12 @@ There is a convention on consistent variable names throughout the library:
142142 solar_zenith
143143 Zenith angle of the sun in degrees
144144
145+ spectra, spectra_components
146+ Spectral irradiance (components) [Wm⁻²nm⁻¹]. The amount of energy
147+ incident on a horizontal unit area per unit time and per unit
148+ wavelength. As with broadband irradiance, global spectral irradiance
149+ is composed of direct amd diffuse components.
150+
145151 surface_azimuth
146152 Azimuth angle of the surface
147153
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Documentation
2626* Edited docstrings for :py:func: `~pvlib.pvsystem.dc_ohms_from_percent ` and
2727 :py:func: `~pvlib.pvsystem.dc_ohmic_losses ` for clarity. (:issue: `1601 `, :pull: `2229 `)
2828* Added variables `spectra ` and `spectra_components ` to the
29- :ref: `variables_style_rules ` page. (:issue: `2150 `, :pull: `2264 `)
29+ :ref: `nomenclature ` page. (:issue: `2150 `, :pull: `2264 `)
3030* Added a new citation style guide (:ref: `references `) to the contributing
3131 page. (:issue: `2202 `, :pull: `2226 `)
3232* Updated :py:func: `~pvlib.irradiance.reindl ` to include definitions of terms
You can’t perform that action at this time.
0 commit comments