@@ -118,7 +118,7 @@ def sapm_cell(poa_global, temp_air, wind_speed, a, b, deltaT,
118118 +===============+================+=======+=========+=====================+
119119 | glass/glass | open rack | -3.47 | -0.0594 | 3 |
120120 +---------------+----------------+-------+---------+---------------------+
121- | glass/glass | close roof | -2.98 | -0.0471 | 1 |
121+ | glass/glass | close mount | -2.98 | -0.0471 | 1 |
122122 +---------------+----------------+-------+---------+---------------------+
123123 | glass/polymer | open rack | -3.56 | -0.075 | 3 |
124124 +---------------+----------------+-------+---------+---------------------+
@@ -131,7 +131,7 @@ def sapm_cell(poa_global, temp_air, wind_speed, a, b, deltaT,
131131 * "open rack" refers to mounting that allows relatively free air flow.
132132 This case is typical of ground-mounted systems on fixed racking or
133133 single axis trackers.
134- * "close roof " refers to limited or restricted air flow. This case is
134+ * "close mount " refers to limited or restricted air flow. This case is
135135 typical of roof-mounted systems with some gap behind the module.
136136 * "insulated back" refers to systems with no air flow contacting the rear
137137 surface of the module. This case is typical of building-integrated PV
@@ -211,7 +211,7 @@ def sapm_module(poa_global, temp_air, wind_speed, a, b):
211211 +===============+================+=======+=========+=====================+
212212 | glass/glass | open rack | -3.47 | -0.0594 | 3 |
213213 +---------------+----------------+-------+---------+---------------------+
214- | glass/glass | close roof | -2.98 | -0.0471 | 1 |
214+ | glass/glass | close mount | -2.98 | -0.0471 | 1 |
215215 +---------------+----------------+-------+---------+---------------------+
216216 | glass/polymer | open rack | -3.56 | -0.075 | 3 |
217217 +---------------+----------------+-------+---------+---------------------+
@@ -224,7 +224,7 @@ def sapm_module(poa_global, temp_air, wind_speed, a, b):
224224 * "open rack" refers to mounting that allows relatively free air flow.
225225 This case is typical of ground-mounted systems on fixed racking or
226226 single axis trackers.
227- * "close roof " refers to limited or restricted air flow. This case is
227+ * "close mount " refers to limited or restricted air flow. This case is
228228 typical of roof-mounted systems with some gap behind the module.
229229 * "insulated back" refers to systems with no air flow contacting the rear
230230 surface of the module. This case is typical of building-integrated PV
@@ -293,7 +293,7 @@ def sapm_cell_from_module(module_temperature, poa_global, deltaT,
293293 +===============+================+=======+=========+=====================+
294294 | glass/glass | open rack | -3.47 | -0.0594 | 3 |
295295 +---------------+----------------+-------+---------+---------------------+
296- | glass/glass | close roof | -2.98 | -0.0471 | 1 |
296+ | glass/glass | close mount | -2.98 | -0.0471 | 1 |
297297 +---------------+----------------+-------+---------+---------------------+
298298 | glass/polymer | open rack | -3.56 | -0.075 | 3 |
299299 +---------------+----------------+-------+---------+---------------------+
@@ -306,7 +306,7 @@ def sapm_cell_from_module(module_temperature, poa_global, deltaT,
306306 * "open rack" refers to mounting that allows relatively free air flow.
307307 This case is typical of ground-mounted systems on fixed racking or
308308 single axis trackers.
309- * "close roof " refers to limited or restricted air flow. This case is
309+ * "close mount " refers to limited or restricted air flow. This case is
310310 typical of roof-mounted systems with some gap behind the module.
311311 * "insulated back" refers to systems with no air flow contacting the rear
312312 surface of the module. This case is typical of building-integrated PV
@@ -402,7 +402,7 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
402402 * "freestanding" refers to mounting that allows relatively free air
403403 circulation around the modules. This case is typical of ground-mounted
404404 systems on tilted, fixed racking or single axis trackers.
405- * "insluated " refers to mounting with air flow across only the front
405+ * "insulated " refers to mounting with air flow across only the front
406406 surface. This case is typical of roof-mounted systems with no gap
407407 behind the module.
408408
0 commit comments