single_diode_model 30 min PV output #1639
|
Hi all, I'm new to using pvlib. I'm right now using the single diode model and wanted to get 30 min instead of hourly generation data out of the model. Does this work or is pv lib only able to work with hourly data? Thanks! |
Answered by
AdamRJensen
Jan 19, 2023
Replies: 2 comments 4 replies
|
Hi @AnnaGo12 There is no lower limit to the time resolution when using pvlib. In your case, you can probably simply pass in the input data with a higher temporal resolution (e.g., 30-minute) and it should work the same. |
3 replies
Answer selected by
AnnaGo12
|
[RELATED] would be great to address synthetically downscaling (or upsampling) inputs like this from hourly to subhourly - I think there is a related issue somewhere. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AnnaGo12
There is no lower limit to the time resolution when using pvlib. In your case, you can probably simply pass in the input data with a higher temporal resolution (e.g., 30-minute) and it should work the same.