Skip to content

Commit 268e736

Browse files
committed
Document 0.25 as fallback value for Array.albedo
1 parent 036f601 commit 268e736

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/pvsystem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,8 @@ class Array:
11181118
albedo : None or float, default None
11191119
The ground albedo. If ``None``, will attempt to use
11201120
``surface_type`` to look up an albedo value in
1121-
``irradiance.SURFACE_ALBEDOS``
1121+
``irradiance.SURFACE_ALBEDOS``. If a surface albedo
1122+
cannot be found then 0.25 is used.
11221123
11231124
surface_type : None or string, default None
11241125
The ground surface type. See ``irradiance.SURFACE_ALBEDOS``

0 commit comments

Comments
 (0)