Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Following the recommendations of https://keepachangelog.com/en/1.0.0/

master
------
- fixed: docstring in solar pointed to the wrong function (`#36 <https://github.com/chrisroadmap/climateforcing/pull/36>`_)

v0.3.0
------
Expand Down
2 changes: 1 addition & 1 deletion src/climateforcing/solar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
energy use cases. If you want instantaneous zenith angles, you should probably use
`pysolar`, but a function is included:

>>> cosz = cos_solar_zenith(jdate, latitude, longitude)
>>> cosz = cos_solar_zenith_angle(jdate, latitude, longitude)

Note further that these solar zenith angle calculations are not model-specific.
Without access to individual climate model codes, it is impossible to know exactly how
Expand Down