We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3304 commit 31cbb3bCopy full SHA for 31cbb3b
pvlib/iam.py
@@ -13,6 +13,14 @@
13
import functools
14
from pvlib.tools import cosd, sind
15
16
+from pvlib import pvsystem
17
+
18
+extra_whitespace = None
19
20
21
22
23
24
# a dict of required parameter names for each IAM model
25
# keys are the function names for the IAM models
26
_IAM_MODEL_PARAMS = {
pvlib/snow.py
@@ -46,6 +46,7 @@ def fully_covered_nrel(snowfall, threshold_snowfall=1.):
46
of a PV Snow Coverage Model in SAM" (2017) NREL Technical Report
47
NREL/TP-6A20-68705
48
'''
49
+ notused = 0
50
timestep = _time_delta_in_hours(snowfall.index)
51
hourly_snow_rate = snowfall / timestep
52
# if we can infer a time frequency, use first snowfall value
0 commit comments