-
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
Maximum power point tracking for mismatched devices (single-diode model) #1923
base: main
Are you sure you want to change the base?
Conversation
9f30788
to
58e44e0
Compare
…ib-python into mismatch_mppt
@markcampanelli thanks for pointing me to this! It generally works well for me but I noticed a couple corner cases that need to be handled differently. With ~zero irradiance at night the photocurrent drops to zero and the shunt resistance goes to inf, or at least that is the case for the CEC model. During the optimization search At very low irradiance, even with the constraints above added, I am getting some convergence issues on the scipy call. I was able to resolve it by adding a tolerance (say 1e-6A) that was fine for me. |
docs/sphinx/source/reference
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.I would like some early feedback on this idea and code.