Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
3 changes: 3 additions & 0 deletions docs/sphinx/source/whatsnew/v0.16.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ Enhancements
Documentation
~~~~~~~~~~~~~
* Remove `g_poa_effective` from the :ref:`nomenclature` page (:pull:`2704`)
* Clarify in the ``Notes`` section of :py:func:`pvlib.soiling.hsu` that the
default ``depo_veloc`` values correspond to the settling velocity of
particulates. (:issue:`2535`)


Testing
Expand Down
4 changes: 4 additions & 0 deletions pvlib/soiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ def hsu(rainfall, cleaning_threshold, surface_tilt, pm2_5, pm10,
corresponding to a soiling ratio of approximately 0.6875.
See [1]_ for details.

As recommended by [1]_, the default values of ``depo_veloc``
are the settling velocities of particulates, i.e., only the gravitational
movement of particles.

References
-----------
.. [1] M. Coello and L. Boyle, "Simple Model For Predicting Time Series
Expand Down