-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Describe the bug
hsu
model documentation mentions that the output
soiling_ratio (Series) – Values between 0 and 1. Equal to 1 - transmission loss.
While the soiling ratio ranges 0-1, broadly speaking, it is also true that this model internally caps its minimum value at 0.6563 (i.e., 1-0.3437). For example, in the kimber model this cap is a user-defined parameter.
To Reproduce
Steps to reproduce the behavior:
- Go to
hsu
model documentation - Check the description of the returned output
Expected behavior
The documentation could mention that the model implicitly defines a minimum value for the soiling ratio of 0.6563.
Versions:
pvlib.__version__
: 0.13.0