PVMismatch
PVMismatch copied to clipboard
Different cell irradiances
I saw in a previous "issue #107 " that @mikofski made following code to simulate a PV panel with different shades: https://github.com/SunPower/PVMismatch/blob/master/pvmismatch/contrib/module_mismatch_simulator.py. I am also trying to simulate something simular. The difference in my project is that I already have the different irradiances for each cell of the PV panel. I got these from an irradiance model I made with bifacial radiance from NREL (with help of Silvana). My question now is if it is possible to give each cell a different irradiance value? In the code mikofski wrote, the values were the same for all the cells. So I am not sure how to change this and if this is even possible?