Closed PyroStadlin closed 3 years ago
@PyroStadlin gen_coeffs returns this tuple -> (isat1, isat2, rs, rsh), sol which is what you are looking for to use the 2 diode model.
As for the non-convergence, as I communicated over email - it's most likely an issue of Python, Numpy or Scipy package version mismatch. Please try matching the requirements I shared or the ones in the repo.
Also, I'd recommend you to please move this issue to Discussions section since it's not established that it's a bug yet. Thanks!
I wanted to ask you a last question regarding PVMismatch. I do not really understand the Output of gen_coeffs.gen_two_diode, which is:
Can I find the values which I need (Isat1, Isat2, Rs and Rs) in this output ? or after using the gen_coeffs.gen_two_diode where can I find the parameters needed for the 2 diode model ?