Replies: 2 comments 6 replies
-
If you have the data sheet from Trina with Isc, Vmp, Imp, and Voc try using https://sunpower.github.io/PVMismatch/api/contrib.html#module-pvmismatch.contrib.gen_coeffs to get the diode model coefficients by default the diode model coefficients set in https://sunpower.github.io/PVMismatch/api/pvcell.html#id2 are for the SunPower SPR-E20-315 which has 96 cells, that’s why you get a 240W module because 72/96*315W = 236.25W I found this data sheet: https://static.trinasolar.com/sites/default/files/EN_TSM_PD14_datasheet_B_2017_web.pdf I don’t see a 315W but the 320W has
You’ll also need |
Beta Was this translation helpful? Give feedback.
-
Just out of curiosity what is your use case? Are you also planning to use pvlib? Are you going to present or publish anywhere? |
Beta Was this translation helpful? Give feedback.
-
I am trying to create a
pvmismatch.pvmismatch_lib.pvmodule.PVmodule
object that is reflective of Trina TSM-PD14 module. I am having difficulty creating a module that is the correct number of cells (72) and the correct wattage (315W). Whenever I make a 72 cell module, the corresponding PV Mismatch Module is ~240W peak power. Is there an easy way to set up a module with custom power?Beta Was this translation helpful? Give feedback.
All reactions