diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5f2f30b..b0b3ac6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 `_) v0.3.0 ------ diff --git a/src/climateforcing/solar/__init__.py b/src/climateforcing/solar/__init__.py index 7719af4..a41fa2a 100644 --- a/src/climateforcing/solar/__init__.py +++ b/src/climateforcing/solar/__init__.py @@ -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