Skip to content

Commit 2360f16

Browse files
committed
multiple instances of C -> °C
1 parent e8c427a commit 2360f16

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pvlib/pvsystem.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
22002200
'''
22012201
The Sandia PV Array Performance Model (SAPM) generates 5 points on a
22022202
PV module's I-V curve (Voc, Isc, Ix, Ixx, Vmp/Imp) according to
2203-
SAND2004-3535. Assumes a reference cell temperature of 25 C.
2203+
SAND2004-3535. Assumes a reference cell temperature of 25°C.
22042204
22052205
Parameters
22062206
----------
@@ -2209,14 +2209,14 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
22092209
adjustment for spectrum. [Wm⁻²]
22102210
22112211
temp_cell : numeric
2212-
Cell temperature [C].
2212+
Cell temperature [°C].
22132213
22142214
module : dict-like
22152215
A dict or Series defining the SAPM parameters. See the notes section
22162216
for more details.
22172217
22182218
reference_temperature : numeric, optional
2219-
Reference temperature [C]
2219+
Reference temperature [°C]
22202220
22212221
reference_irradiance : numeric, optional
22222222
Reference irradiance [Wm⁻²]
@@ -2258,19 +2258,19 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
22582258
Voco Open circuit voltage at reference condition (amps)
22592259
Vmpo Maximum power voltage at reference condition (amps)
22602260
Aisc Short circuit current temperature coefficient at
2261-
reference condition (1/C)
2261+
reference condition (1/°C)
22622262
Aimp Maximum power current temperature coefficient at
2263-
reference condition (1/C)
2263+
reference condition (1/°C)
22642264
Bvoco Open circuit voltage temperature coefficient at
2265-
reference condition (V/C)
2265+
reference condition (V/°C)
22662266
Mbvoc Coefficient providing the irradiance dependence for the
22672267
BetaVoc temperature coefficient at reference irradiance
2268-
(V/C)
2268+
(V/°C)
22692269
Bvmpo Maximum power voltage temperature coefficient at
22702270
reference condition
22712271
Mbvmp Coefficient providing the irradiance dependence for the
22722272
BetaVmp temperature coefficient at reference irradiance
2273-
(V/C)
2273+
(V/°C)
22742274
N Empirically determined "diode factor" (dimensionless)
22752275
Cells_in_Series Number of cells in series in a module's cell string(s)
22762276
IXO Ix at reference conditions

0 commit comments

Comments
 (0)