8000 render units for uv and u1 with latex math · iuljan/pvlib-python@94d1c40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94d1c40

Browse files
authored
render units for uv and u1 with latex math
1 parent 230cd66 commit 94d1c40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/temperature.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def pvsyst_cell(poa_global, temp_air, wind_speed=1.0, u_c=29.0, u_v=0.0,
293293
294294
u_v : float, default 0.0
295295
Combined heat loss factor influenced by wind. Parameter :math:`U_{v}`
296-
in :eq:`pvsyst` [W/(m^2 C)/(m/s)].
296+
in :eq:`pvsyst` :math:`\left[\frac{W/{\left(m^2 C\right)}}{m/s}\right]`.
297297
298298
eta_m : numeric, default 0.1
299299
Module external efficiency as a fraction, i.e., DC power / poa_global.
@@ -383,7 +383,8 @@ def faiman(poa_global, temp_air, wind_speed=1.0, u0=25.0, u1=6.84):
383383
384384
u1 : numeric, default 6.84
385385
Combined heat loss factor influenced by wind. The default value is one
386-
determined by Faiman for 7 silicon modules. [W/(m^2 C)/(m/s)].
386+
determined by Faiman for 7 silicon modules.
387+
:math:`\left[\frac{W/{\left(m^2 C\right)}}{m/s}\right]`.
387388
388389
Returns
389390
-------

0 commit comments

Comments
 (0)
0