Skip to content

Commit 81c44d7

Browse files
committed
comments
1 parent 57f5eef commit 81c44d7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pvlib/snow.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,6 @@ def coverage_nrel(snowfall, poa_irradiance, temp_air, surface_tilt,
174174
snow_coverage.ffill(inplace=True)
175175
snow_coverage -= cumulative_sliding
176176

177-
# if snow_depth is not None:
178-
# # no coverage when there's no snow on the ground
179-
# # described in [2] to avoid non-sliding snow for low-tilt systems.
180-
# # default threshold_depth of 1cm is from SAM's implementation and
181-
# # is different than the value of 0cm implied in [2].
182-
# # https://github.com.mcas-gov.ms/NREL/ssc/issues/1265
183-
# snow_coverage[snow_depth < threshold_depth] = 0.
184-
# clean up periods where row is completely uncovered
185177
return snow_coverage.clip(lower=0)
186178

187179

0 commit comments

Comments
 (0)