-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tools for Generating Synthetic Irradiance Timeseries #2422
Comments
+1 if it can scale monthly to hourly. What inputs does it require? Any sense of expected downsides? Eg if used to scale hourly to 5-minute what difference versus ground should I be concerned about? |
I think this method is insufficiently validated for inclusion in pvlib, in particular, because its likely use in pvlib is to extrapolate a point irradiance measurement to a field of irradiance and to accept each field point as realistic. This is beyond the aims of the developers, and the paper admits as much (emphasis added): "However, when timeseries are sampled at hundreds of locations (corresponding to the hundreds of different transformer locations on the feeder), the aggregate output is much smoother and looks more realistic. As described in section Error! Reference source not found., we have ongoing test to evaluate the need for accurate distributed PV inputs. For analysis such as voltage regulator tap changes, it may not be important that a single customer be accurately portrayed because the regulator will only see the aggregate output of several PV systems." |
I certainly agree with that description of the method's validation and can see the potential for misinterpretation of what the spatial field really represents. |
Hi @jranalli I might have an alternate method for synthesizing high frequency data, I think it’s an implementation of a popular algorithm. I’ll send it to you to see what you think. |
Sure I'd love to see it. I'm definitely up for seeing a variety of documented methods. I think a comparative validation of some of the downscaling and/or synthetic irradiance methods would be something useful for a future study.
…________________________________
From: Mark Mikofski ***@***.***>
Sent: Friday, March 28, 2025 8:34 PM
To: pvlib/pvlib-python ***@***.***>
Cc: Ranalli, Joseph ***@***.***>; Mention ***@***.***>
Subject: Re: [pvlib/pvlib-python] Tools for Generating Synthetic Irradiance Timeseries (Issue #2422)
Hi @jranalli<https://github.com/jranalli> I might have an alternate method for synthesizing high frequency data, I think it’s an implementation of a popular algorithm. I’ll send it to you to see what you think.
—
Reply to this email directly, view it on GitHub<#2422 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB4ABDGUECQEH3FBJ6AAVBT2WXTAFAVCNFSM6AAAAABZ5FJCO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONRSHEZTSNZRGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
[mikofski]mikofski left a comment (pvlib/pvlib-python#2422)<#2422 (comment)>
Hi @jranalli<https://github.com/jranalli> I might have an alternate method for synthesizing high frequency data, I think it’s an implementation of a popular algorithm. I’ll send it to you to see what you think.
—
Reply to this email directly, view it on GitHub<#2422 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AB4ABDGUECQEH3FBJ6AAVBT2WXTAFAVCNFSM6AAAAABZ5FJCO6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONRSHEZTSNZRGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
HI Joe, the method I have was written by Patrick Mathiesen based on:
This code is probably proprietary, but I can post the other references and see if we can piece it together without reading the source code. That would be better for pvlib as referenced implementations anyway.
As I understand it, the statistics are extracted from a climatically similar high frequency dataset with sufficient duration to characterize the statistics. Then Markov chains are used to generate hourly data from the monthly totals that matches the statistics of the reference high frequency data and the monthly total of the provided data set. I'm sure there's more nuance to it than that, and sorry if I am ignorantly stating the obvious. |
In my solarspatialtools library, I made an implementation of Lave et al's synthetic irradiance approach based on stacked multi-scale random cloud fields.
I wanted to offer to contribute it over here if people would be interested, because my philosophy for that project is to rely on pvlib where possible since it's much more mature and widely adopted, and only to house things that are out of pvlib's scope. In this case, it might be relevant to expansion of the
scaling
package in pvlib, but no offense taken if this is too far afield. This code is pretty involved (600+ lines), so it would be a big review, but is relatively self-contained.The text was updated successfully, but these errors were encountered: