Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 734ac82

Browse filesBrowse files
authored
No more default nones (#2084)
1 parent 1ea8ee5 commit 734ac82
Copy full SHA for 734ac82

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎pvlib/irradiance.py

Copy file name to clipboardExpand all lines: pvlib/irradiance.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,9 +1509,9 @@ def ghi_from_poa_driesse_2023(surface_tilt, surface_azimuth,
15091509
Solar azimuth angle. [degree]
15101510
poa_global : numeric
15111511
Plane-of-array global irradiance, aka global tilted irradiance. [W/m^2]
1512-
dni_extra : None or numeric, default None
1512+
dni_extra : numeric, optional
15131513
Extraterrestrial direct normal irradiance. [W/m^2]
1514-
airmass : None or numeric, default None
1514+
airmass : numeric, optional
15151515
Relative airmass (not adjusted for pressure). [unitless]
15161516
albedo : numeric, default 0.25
15171517
Ground surface albedo. [unitless]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.