Skip to content

Commit f25b426

Browse files
Update pvlib/pvsystem.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent 73e80d3 commit f25b426

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pvlib/pvsystem.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2894,8 +2894,7 @@ def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.,
28942894
This function accepts an optional irradiance adjustment factor, `k`, based
28952895
on based on [2]_. This applies a piece-wise adjustment to power based on
28962896
irradiance, where `k` is the reduction in actual power at 200 W/m^2
2897-
relative to ideal power calculated linearly from standard test conditions,
2898-
normalized to nameplate power at standard test conditions.
2897+
relative to power calculated at 200 W/m^2 as 0.2*`pdc0`.
28992898
29002899
.. math::
29012900

0 commit comments

Comments
 (0)