-
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
Tutorial: system modeling #84
Comments
Feel free to make PRs with improved tutorials. |
Well, that was the purpose of my comment: I am not really sure how it is done with pvlib. Although I could see the potential applications already. |
There is currently no standardized way to do something like that in pvlib. Would be nice to see development in that direction. |
Ok, so it means that your application of pvlib is rather for forecasting. There, single system is not that important but rather an upscale get of the typical behaviour, right? My focus would be more system analysis. Back to the topic: so the 30kW inverter would be simulated with a, say a number of 138 modules of 260Wp totalling to about 36kW. So in section |
Yes, I have put together a dict that I use that expands the systemdef, and One more item on the todo list. On Tue, Aug 25, 2015 at 2:32 PM, Data & Code Expert Experimenting with Code
|
My dict isn't anywhere to be found in the pvlib code, in case it wasn't On Tue, Aug 25, 2015 at 2:52 PM, Jessica Forbess jforbess@gmail.com wrote:
|
@jforbess
An example might be what statsmodels team did (https://github.com/statsmodels/statsmodels/). They'd compared their models & results with existing and established solutions: This can be done for pvlib with SAM:
|
I would be happy to share, once I clean it up from work I have done for a On Wed, Aug 26, 2015 at 4:40 AM, Data & Code Expert Experimenting with Code
|
@jforbess looking forward to seeing your ideas |
see also: |
@jforbess I wonder if this effort is doing the same as here in: For reference: |
We've made a large number of documentation improvements since this issue was first created. There's no one thing I can point to that resolves this issue, but I think its sufficiently addressed by the combination of improvements. Still, we can always do better and I would welcome more specific issues and especially documentation pull requests. |
NOTE: no bug but clarification question.
Reading the tutorials is is unclear how inverter connections are defined and the power of a whole PV system of more than 1 string is calculated.
The notebook shows that 1 module is picked and then DC power calculated.
http://nbviewer.ipython.org/github/pvlib/pvlib-python/blob/master/docs/tutorials/tmy_to_power.ipynb#DC-power-using-SAPM
But the next step
http://nbviewer.ipython.org/github/pvlib/pvlib-python/blob/master/docs/tutorials/tmy_to_power.ipynb#AC-power-using-SAPM
uses a micro-inverter on module level.
How would the whole process be done with a different inverter, say a 30kW multi-string inverter?
And how would these then be added into a system of 500kW?
If it's roof-top, then multiplying by number of inverters would be possible but on a flat roof or ground mounted case, row-to-row spacing would need to be accounted for.
The text was updated successfully, but these errors were encountered: