@@ -2200,7 +2200,7 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
2200
2200
'''
2201
2201
The Sandia PV Array Performance Model (SAPM) generates 5 points on a
2202
2202
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.
2204
2204
2205
2205
Parameters
2206
2206
----------
@@ -2209,14 +2209,14 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
2209
2209
adjustment for spectrum. [Wm⁻²]
2210
2210
2211
2211
temp_cell : numeric
2212
- Cell temperature [C].
2212
+ Cell temperature [° C].
2213
2213
2214
2214
module : dict-like
2215
2215
A dict or Series defining the SAPM parameters. See the notes section
2216
2216
for more details.
2217
2217
2218
2218
reference_temperature : numeric, optional
2219
- Reference temperature [C]
2219
+ Reference temperature [° C]
2220
2220
2221
2221
reference_irradiance : numeric, optional
2222
2222
Reference irradiance [Wm⁻²]
@@ -2258,19 +2258,19 @@ def sapm(effective_irradiance, temp_cell, module, reference_temperature=25,
2258
2258
Voco Open circuit voltage at reference condition (amps)
2259
2259
Vmpo Maximum power voltage at reference condition (amps)
2260
2260
Aisc Short circuit current temperature coefficient at
2261
- reference condition (1/C)
2261
+ reference condition (1/° C)
2262
2262
Aimp Maximum power current temperature coefficient at
2263
- reference condition (1/C)
2263
+ reference condition (1/° C)
2264
2264
Bvoco Open circuit voltage temperature coefficient at
2265
- reference condition (V/C)
2265
+ reference condition (V/° C)
2266
2266
Mbvoc Coefficient providing the irradiance dependence for the
2267
2267
BetaVoc temperature coefficient at reference irradiance
2268
- (V/C)
2268
+ (V/° C)
2269
2269
Bvmpo Maximum power voltage temperature coefficient at
2270
2270
reference condition
2271
2271
Mbvmp Coefficient providing the irradiance dependence for the
2272
2272
BetaVmp temperature coefficient at reference irradiance
2273
- (V/C)
2273
+ (V/° C)
2274
2274
N Empirically determined "diode factor" (dimensionless)
2275
2275
Cells_in_Series Number of cells in series in a module's cell string(s)
2276
2276
IXO Ix at reference conditions
0 commit comments