-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add clearsky index function to pvlib.irradiance #551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think I think the variability calculations are interesting and would be worth adding as functions to the library. |
Considering If there is no available bandwidth from the core team for this, I am happy to work up some PRs. Though I cannot promise they would be ready any time soon... free time is always in short supply. |
I am all for including these functions. Usually the best approach is to implement very simple functions that implement the core algorithm, then add convenience functions/methods around them. So, for clearsky index, I'd want a function that doesn't do any more than the division and limits (much like Please do submit PRs! |
Closed via #571. If we want to add the variability index, let's open a new issue. |
The clearness index kt (the ratio of surface-level GHI to ET irradiance) can be calculated via
pvlib.irradiance.clearness_index
and is used in the DIRINT and DISC models. Though other metrics in the same vein are not necessary for the irradiance models implemented in pvlib, including them in pvlib could be a convenience to users. Is there interest in implementing other irradiance metrics for users to access? Some examples:The text was updated successfully, but these errors were encountered: