Description
Describe the bug
the definition for eta_m
says:
But I think this should actually be: (total DC power) / (poa_global * (total active module area))
To Reproduce
Steps to reproduce the behavior:
- Go to https://pvlib-python.readthedocs.io/en/latest/generated/pvlib.temperature.pvsyst_cell.html#pvlib.temperature.pvsyst_cell
- Look at
pvlib.temperature.pvsyst_cell
parameters - Scroll down to
eta_m
- See definition
Expected behavior
I think this should actually be: (total DC power) / (poa_global * (total active module area))
Versions:
pvlib.__version__
: v0.8.1pandas.__version__
: na- python: na
Additional context
see https://www.pvsyst.com/help/thermal_loss.htm
Effic
is the PV efficiency (related to the module area), i.e. the energy removed from the module. When possible, the PV efficiency is calculated according to the operating conditions of the module. Otherwise it is taken as 10%.
Does this mean that the Uc
and Uv
coefficients already take into account the active module area? but then eta_m
will not be a number less than one, so I don't think so.