Skip to content

Commit 831c04c

Browse files
committed
example usage
1 parent dc68738 commit 831c04c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pvlib/irradiance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def get_total_irradiance(surface_tilt, surface_azimuth,
298298
dhi : numeric
299299
Diffuse horizontal irradiance. [|wm2|]
300300
dni_extra : numeric, optional
301-
Extraterrestrial direct normal irradiance. [|wm2|]
301+
Extraterrestrial direct normal irradiance. [Wm|^-2|]
302302
airmass : numeric, optional
303303
Relative airmass (not adjusted for pressure). [unitless]
304304
albedo : numeric, default 0.25
@@ -371,9 +371,9 @@ def get_sky_diffuse(surface_tilt, surface_azimuth,
371371
solar_azimuth : numeric
372372
Solar azimuth angle. [degree]
373373
dni : numeric
374-
Direct Normal Irradiance. [|wm2|]
374+
Direct Normal Irradiance. [W/m2]
375375
ghi : numeric
376-
Global horizontal irradiance. [Wm|^-2|]
376+
Global horizontal irradiance. [W/m2]
377377
dhi : numeric
378378
Diffuse horizontal irradiance. [W/m2]
379379
dni_extra : numeric, optional

0 commit comments

Comments
 (0)