Closed
Description
Is your feature request related to a problem? Please describe.
I have counted three variations of clear sky GHI in the docs:
clearsky
(in clearsky.detect_clearsky
)
clearsky_ghi
(in irradiance.clearsky_index
)
ghi_clearsky
(in irradiance.dirindex
)
and no entry in the variables and symbols page (soon to become a glossary #2234)
for DNI, we have dni_clear
in the variables and symbols page but also clearsky_dni
(in irradiance.dni
) and dni_clearsky
(in irradiance.dirindex
) in the docs.
Describe the solution you'd like
- Agree a single format
- Add/modify an entry in the variables and symbols page
Additional context
Related: #1253