Skip to content

Commit 62f5df6

Browse files
JPalakapillyKWHcwhanse
authored andcommitted
fixed docstring for snow slide amount
1 parent 2e13c1b commit 62f5df6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pvlib/snowcoverage.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ def snow_slide_amount(surface_tilt, sliding_coefficient=1.97,
2727
Another empirically determined coefficient used in [1]. It determines
2828
how much snow slides off of the panel if a sliding event occurs.
2929
30+
time_step_hours: float
31+
Period of the data in hours. (hours between data points)
32+
3033
Returns
3134
----------
3235
slide_amount : numeric
@@ -140,7 +143,7 @@ def snow_coverage_model(snow_data, snow_data_type,
140143
Calculates the fraction of the slant height of a row of modules covered by
141144
snow at every time step following the same model first described in [1]
142145
and later implemented in SAM [2]. Currently only validated for fixed tilt
143-
systems.
146+
systems.
144147
145148
Parameters
146149
----------

0 commit comments

Comments
 (0)