Skip to content

Commit 69ce5e7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/pvsystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2903,8 +2903,8 @@ def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.,
29032903
k=\frac{0.2P_{dc0}-P_{200}}{P_{dc0}}
29042904
29052905
This adjustment increases relative efficiency for irradiance above 1000
2906-
W/m^2, which may not be desired. An optional input, `capped_adjustment`,
2907-
modifies the adjustment from [2]_ to only apply below 1000 W/m^2.
2906+
Wm⁻², which may not be desired. An optional input, `capped_adjustment`,
2907+
modifies the adjustment from [2]_ to only apply below 1000 Wm⁻².
29082908
29092909
Note that ``pdc0`` is also used as a symbol in
29102910
:py:func:`pvlib.inverter.pvwatts`. ``pdc0`` in this function refers to the DC

0 commit comments

Comments
 (0)