Maximum power point tracking for mismatched devices (single-diode model)#1923
Maximum power point tracking for mismatched devices (single-diode model)#1923markcampanelli wants to merge 18 commits intopvlib:mainfrom
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/referencefor API changes.docs/sphinx/source/whatsnewfor 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.