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
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.10.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Documentation
* Create :ref:`weatherdata` User's Guide page. (:pull:`1754`)
* Fixed a plotting issue in the IV curve gallery example (:pull:`1895`)
* Fixed `detect_clearsky` example in `clearsky.rst` (:issue:`1914`)
* Clarified purpose of `ModelChain.clearsky_model` (:pull:`1924`)

Requirements
~~~~~~~~~~~~
Expand All @@ -44,3 +45,4 @@ Contributors
* Harry Jack (:ghuser:`harry-solcast`)
* Adam R. Jensen (:ghuser:`AdamRJensen`)
* Kevin Anderson (:ghuser:`kandersolar`)
* Cliff Hansen (:ghuser:`cwhanse`)
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