@@ -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