-
Notifications
You must be signed in to change notification settings - Fork 30
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
improve irradiance response #74
Comments
@mikofski Have you ever seen evidence that this change in shunt resistance is actually an irradiance phenomenon rather than a temperature phenomenon? I have been fitting many curves in the mPERT outdoor datasets, and it's hard to say what the root cause of the change in shunt resistance is, because the temperature and irradiance are strongly correlated positively in these datasets. Perhaps there are some IEC 61853-1 matrix measurements that clearly show the trend in the irradiance dimension but not in the temperature direction? |
Both the PVSyst and DeSoto/CEC models have an irradiance dependence for shunt resistance although I don't know what the physical explanation is. Kyumin didn't discuss it at all in his presentations, only his proposed temperature dependence of series resistance due to metallization. I agree there is a strong correlation between temperature and irradiance, so maybe the PVSyst and DeSoto models use shunt resistance as a proxy for temperature? They also have band gap temperature correction (DeSoto) or gamma (diode ideality factor) temperature correction (PVSyst) so maybe not? Those are both also single diode models, not two diode models like PVMismatch. I also hoped that we would discover some new algorithm that would use Regardless, the relative error in |
Problem:
When fitting parameters there seems to be a systematic bias with irradiance, typically increasing. This may be caused by PVMismatch's constant shunt resistance. Other models such as SAM/DeSoto 5-parameter or PVSyst have a shunt resistance that is a function of irradiance.
Shunt resistance
PVPVMC on De Soto “Five-Parameter” Module Model
Note: irradiance is in the denominator so as irradiance increases the shunt resistance decreases.
Proposal:
add a factor to account for irradiance bias base on DeSoto 5-parameter model
The text was updated successfully, but these errors were encountered: