-
Notifications
You must be signed in to change notification settings - Fork 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
pvwatts loss model implementation with user defined input values #484
Comments
You can use keyword arguments with |
There is currently no easy way to combine
One problem is that most of the losses parameters are poorly described by the existing In the meantime, you can use the approach outlined here to define your own function that calls the existing |
I'm in favor of this approach. Thinking further, perhaps |
I agree. It should be flexible enough to support other models, just like
module_parameters.
…On Mon, Jun 18, 2018 at 9:41 AM Cliff Hansen ***@***.***> wrote:
One problem is that most of the losses parameters are poorly described by
the existing PVSystem attributes (module_parameters, inverter_parameters,
etc), so we might want to define a new generic attribute such as
losses_parameters.
I'm in favor of this approach. Thinking further, perhaps losses_parameters
could be a dict with entries for the different categories of loss. We could
start with the PVWatts list, or the PVsyst waterfall. Either way, it would
be an enhancement and merits its own Issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#484 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AELiR5mhsO9Jh8_R1ilGUjoMjiIrxuURks5t99grgaJpZM4UraX4>
.
|
@wholmgren I tried linking my function with the If I include |
I have been suggested the following by one of the members of pvlib google group.
i.e. to deduce the loss directly from the output. And since pvwatts applies losses only at final stage, this is working. It would be very helpful to see PVsyst system model and the loss calculation approach in pvlib-python. |
Hi,
I am trying to use pvwatts loss model with ModelChain with user defined loss values instead of the default ones.
I understand that for default values I just have to pass "pvwatts" string as the losses_model but I am not sure how can I link the loss model with user-specified values in the ModelChain function. I have tried all the possible ways that I can think of but still not sure how this will be implemented.
Will appreciate if anyone can guide me to it!
Thanks in advance!
Regards
The text was updated successfully, but these errors were encountered: