Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions pvlib/solarposition.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,8 +950,8 @@ def equation_of_time_pvcdrom(dayofyear):

Returns
-------
equation_of_time : numeric Difference in time between solar time and
mean solar time in minutes.
equation_of_time : numeric
Difference in time between solar time and mean solar time in minutes.

References
----------
Expand Down Expand Up @@ -1136,9 +1136,12 @@ def solar_zenith_analytical(latitude, hour_angle, declination):

Parameters
----------
latitude : numeric Latitude of location in radians. hour_angle :
numeric Hour angle in the local solar time in radians.
declination : numeric Declination of the sun in radians.
latitude : numeric
Latitude of location in radians.
hour_angle : numeric
Hour angle in the local solar time in radians.
declination : numeric
Declination of the sun in radians.

Returns
-------
Expand Down