Hi pvlib pythonistas,
Has anyone heard of the
Boland decomposition algorithm? It's mentioned in this talk:
https://www.osti.gov/servlets/purl/1569197
I've heard it's not as accurate as DIRINT, but it's only a few lines long. Similar to Erbs it only uses the clear sky index, kt (ghi / ghi_clearsky), and the GHI
DHI = GHI / ( 1 + exp(-5 + 8.6 * kt) )
Is there interest to add it? Does anyone have a reference for it? Does any tool we know of use it?
thanks,
Mark