Skip to content

Commit ad146b5

Browse files
Update pvlib/pvsystem.py
Co-authored-by: RDaxini <[email protected]>
1 parent 5d31dfd commit ad146b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2893,7 +2893,7 @@ def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.,
28932893
28942894
This function accepts an optional irradiance adjustment factor, `k`, based
28952895
on [2]_. This applies a piece-wise adjustment to power based on irradiance,
2896-
where `k` is the reduction in actual power at 200 W/m^2 relative to power
2896+
where `k` is the reduction in actual power at 200 Wm⁻² relative to power
28972897
calculated at 200 W/m^2 as 0.2*`pdc0`. For example, a 500 W module that
28982898
produces 95 W at 200 W/m^2 (a 5% relative reduction in efficiency) would
28992899
have a value of `k` = 0.01.

0 commit comments

Comments
 (0)