Skip to content

Commit 1a2a2be

Browse files
authored
Updating Townsends snow model references (#2384)
* Updating Townsends snow model references * Applying reviews * Adding a note to the whatsnew file for v0.11.3 * Applying review * Add myself as contributor and apply reviews * Fix the line length issue * Adding actual title of the poster * correct doi syntax
1 parent 2ca40aa commit 1a2a2be

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Documentation
1717
~~~~~~~~~~~~~
1818
* Fix Procedural and Object Oriented simulation examples having slightly different results, in :ref:`introtutorial`. (:issue:`2366`, :pull:`2367`)
1919
* Restructure the user guide with subsections (:issue:`2302`, :pull:`2310`)
20+
* Add references for :py:func:`pvlib.snow.loss_townsend`. (:issue:`2383`, :pull:`2384`)
2021

2122
Testing
2223
~~~~~~~
@@ -40,3 +41,4 @@ Contributors
4041
* Mark Campanelli (:ghuser:`markcampanelli`)
4142
* Jason Lun Leung (:ghuser:`jason-rpkt`)
4243
* Manoj K S (:ghuser:`manojks1999`)
44+
* Ayush jariyal (:ghuser:`ayushjariyal`)

pvlib/snow.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,16 +278,23 @@ def loss_townsend(snow_total, snow_events, surface_tilt, relative_humidity,
278278
axis to the module edge.
279279
280280
The parameter `string_factor` is an enhancement added to the model after
281-
publication of [1]_ per private communication with the model's author. The
282-
definition for snow events documented above is also based on private
283-
communication with the model's author.
281+
publication of [1]_, as described in [2]_.
282+
The definition for snow events documented above is based on [3]_.
284283
285284
References
286285
----------
287286
.. [1] Townsend, Tim & Powers, Loren. (2011). Photovoltaics and snow: An
288287
update from two winters of measurements in the SIERRA. 37th IEEE
289288
Photovoltaic Specialists Conference, Seattle, WA, USA.
290289
:doi:`10.1109/PVSC.2011.6186627`
290+
.. [2] Townsend, T. and Previtali, J. (2023). A Fresh Dusting: Current
291+
Uses of the Townsend Snow Model. In "Photovoltaic Reliability
292+
Workshop (PVRW) 2023 Proceedings: Posters.", ed. Silverman,
293+
T. J. Dec. 2023. NREL/CP-5900-87918.
294+
Available at: https://www.nrel.gov/docs/fy25osti/90585.pdf
295+
.. [3] Townsend, T. (2013). Predicting PV Energy Loss Caused by Snow.
296+
Solar Power International, Chicago IL.
297+
:doi:`10.13140/RG.2.2.14299.68647`
291298
'''
292299

293300
# unit conversions from cm and m to in, from C to K, and from % to fraction

0 commit comments

Comments
 (0)