Skip to content

Commit dc617d0

Browse files
add missing area parameter for eta_m arg (#1182)
* add missing area parameter for eta_m arg * Remove trailing whitespace * Add LaTeX for formatting * Fix line too long * Remove trailing whitespace * Correct formula Co-authored-by: Cliff Hansen <[email protected]> * Improve presentation of the formula Co-authored-by: Cliff Hansen <[email protected]>
1 parent 85cd89c commit dc617d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/temperature.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
316316
:math:`\left[ \frac{\text{W}/\text{m}^2}{\text{C}\ \left( \text{m/s} \right)} \right]`
317317
318318
eta_m : numeric, default 0.1
319-
Module external efficiency as a fraction, i.e., DC power / poa_global.
319+
Module external efficiency as a fraction, i.e.,
320+
:math:`DC\ power / (POA\ irradiance \times module\ area)`.
320321
Parameter :math:`\eta_{m}` in :eq:`pvsyst`.
321322
322323
alpha_absorption : numeric, default 0.9

0 commit comments

Comments
 (0)