8000 Fix and document clearsky_model for ModelChain by cwhanse · Pull Request #1924 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Fix and document clearsky_model for ModelChain #1924

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

Merged
merged 7 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
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
Next Next commit
add note about clearsky_model
  • Loading branch information
cwhanse committed Dec 1, 2023
commit ab0cef20924bce8d21d0637cc832992ff4e726c0
3 changes: 2 additions & 1 deletion pvlib/modelchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ class ModelChain:
the physical location at which to evaluate the model.

clearsky_model : str, default 'ineichen'
Passed to location.get_clearsky.
Passed to location.get_clearsky. Only used when DNI is not found in
the weather inputs.

transposition_model : str, default 'haydavies'
Passed to system.get_irradiance.
Expand Down
0