-
Notifications
You must be signed in to change notification settings - Fork 1.1k
document or support modules_per_string strings_per_inverter with pvwatts in modelchain #476
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
The work around is to scale your |
It seems that the system scaling provided by |
@cwhanse we need this for SPI. Do you have any concern with adding this self.results.dc = self.system.scale_voltage_current_power(
self.results.dc,
unwrap=False
) to pvlib-python/pvlib/modelchain.py Lines 732 to 735 in 56971c6
? Or do you think we should go ahead with @markcampanelli's suggestion above? I think @markcampanelli's suggestion is better on the merits but it's a much bigger change and I don't know how to do it in a way that wouldn't cause user code to return unexpected answers. |
I don't have a problem patching that into |
I think we left it out because it's arguably a departure from the pvwatts model in which you're typically specifying the pdc0 of the entire system. But I don't see a problem with the extension within our data model. |
want me to open a PR? Or have you got it? |
Would be great if you can do it. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to run Modelchain with pvwatt model but it seems that the
modules_per_string
andstrings_per inverter
doesn't have any affect on the total output.I am not sure why is it so.
May be ModelChain isn't supporting so. If that's the case how can I achieve the desired result?
Here is my code:
Thanks in advance
The text was updated successfully, but these errors were encountered: