pvsyst_tools icon indicating copy to clipboard operation
pvsyst_tools copied to clipboard

Choose band gap based on material

Open markcampanelli opened this issue 4 years ago • 1 comments

Currently the material band gap is hard coded (for x-Si) independently of the Technol read from the PAN file, i.e.,

m['EgRef'] = 1.121 # The energy bandgap at reference temperature in units of eV

If we could get/reverse engineer the specification for the possible Technol values in the PAN file, then we could implement the other band gaps listed in the PVsyst documentation here.

markcampanelli avatar Nov 01 '20 02:11 markcampanelli

good point. I will implement a lookup based on the available options in PVSYST and the values referenced in the docs.

frivollier avatar Nov 28 '20 22:11 frivollier