Hay and Davies Modification for infinite_sheds #1551
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Hi John, I think this would be a super improvement. Would it be possible to have Hay-Davies be an option? IE: add a |
Beta Was this translation helpful? Give feedback.
-
|
My concern is that the calculations in The Hay-Davies model differs from the simple, isotropic sky model, only by distinguishing circumsolar irradiance from the rest of sky diffuse irradiance. The output of the pvlib One could create a work-around by creating a variant of Hay-Davies that returns the circumsolar and rest-of-sky irradiance separately, adding the circumsolar to direct irradiance, and using rest-of-sky as DHI. |
Beta Was this translation helpful? Give feedback.


My concern is that the calculations in
infinite_shedsthat use view factors, e.g., reflections from the ground to the rear surface, implicitly assume that the incoming irradiance is isotropic. There's no weighting or other accommodation in the view factor to account for non-isotropic sources.The Hay-Davies model differs from the simple, isotropic sky model, only by distinguishing circumsolar irradiance from the rest of sky diffuse irradiance. The output of the pvlib
hay-daviesfunction is the sum of both quantities. It may be reasonable to combine Hay-Davies sky diffuse with the isotropic view factors, but it's important to acknowledge the inconsistency.One could create a work-around by…