-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve docstring for get_ground_diffuse #1953
Conversation
pvlib/irradiance.py
Outdated
Notes | ||
----- | ||
Ground diffuse irradiance is the the last term of equations 3, 4, 7, 8, | ||
10, 11, and 12 in [1]_. Table of albedo values by ``surface_type`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you describe what that last term is, rather than refer to a paper that's not openly accessible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a preprint here but one has to find it by searching the title.
Co-authored-by: Kevin Anderson <[email protected]>
[ ] Closes #xxxx[ ] Tests added[ ] Updates entries indocs/sphinx/source/reference
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).remote-data
) and Milestone are assigned to the Pull Request and linked Issue.Reformat reference section and update links in
get_ground_diffuse
.Fresh snow albedo value in
irradiance.SURFACE_ALBEDOS
conflicts with sources. Perhaps we change to 0.80 (wikipedia value); PVsyst uses 0.82.