| 
9 | 9 | from pvlib.shading import masking_angle  | 
10 | 10 | from pvlib.irradiance import beam_component, aoi, haydavies  | 
11 | 11 | 
 
  | 
 | 12 | + | 
12 | 13 | def _vf_ground_sky_integ(surface_tilt, surface_azimuth, gcr, height,  | 
13 | 14 |                          pitch, max_rows=10, npoints=100, vectorize=False):  | 
14 | 15 |     """  | 
@@ -102,7 +103,8 @@ def _vf_row_sky_integ(f_x, surface_tilt, gcr, npoints=100):  | 
102 | 103 |     Parameters  | 
103 | 104 |     ----------  | 
104 | 105 |     f_x : numeric  | 
105 |  | -        Fraction of row slant height from the bottom that is shaded. [unitless]  | 
 | 106 | +        Fraction of row slant height from the bottom that is shaded from  | 
 | 107 | +        direct irradiance. [unitless]  | 
106 | 108 |     surface_tilt : numeric  | 
107 | 109 |         Surface tilt angle in degrees from horizontal, e.g., surface facing up  | 
108 | 110 |         = 0, surface facing horizon = 90. [degree]  | 
@@ -162,7 +164,8 @@ def _poa_sky_diffuse_pv(f_x, dhi, vf_shade_sky_integ, vf_noshade_sky_integ):  | 
162 | 164 |     Parameters  | 
163 | 165 |     ----------  | 
164 | 166 |     f_x : numeric  | 
165 |  | -        Fraction of row slant height from the bottom that is shaded. [unitless]  | 
 | 167 | +        Fraction of row slant height from the bottom that is shaded from  | 
 | 168 | +        direct irradiance. [unitless]  | 
166 | 169 |     dhi : numeric  | 
167 | 170 |         Diffuse horizontal irradiance (DHI). [W/m^2]  | 
168 | 171 |     vf_shade_sky_integ : numeric  | 
@@ -257,7 +260,8 @@ def _vf_row_ground_integ(f_x, surface_tilt, gcr, npoints=100):  | 
257 | 260 |     Parameters  | 
258 | 261 |     ----------  | 
259 | 262 |     f_x : numeric  | 
260 |  | -        Fraction of row slant height from the bottom that is shaded. [unitless]  | 
 | 263 | +        Fraction of row slant height from the bottom that is shaded from  | 
 | 264 | +        direct irradiance. [unitless]  | 
261 | 265 |     surface_tilt : numeric  | 
262 | 266 |         Surface tilt angle in degrees from horizontal, e.g., surface facing up  | 
263 | 267 |         = 0, surface facing horizon = 90. [degree]  | 
@@ -320,7 +324,8 @@ def _poa_ground_pv(f_x, poa_ground, f_gnd_pv_shade, f_gnd_pv_noshade):  | 
320 | 324 |     Parameters  | 
321 | 325 |     ----------  | 
322 | 326 |     f_x : numeric  | 
323 |  | -        Fraction of row slant height from the bottom that is shaded. [unitless]  | 
 | 327 | +        Fraction of row slant height from the bottom that is shaded from  | 
 | 328 | +        direct irradiance. [unitless]  | 
324 | 329 |     poa_ground : numeric  | 
325 | 330 |         Ground-reflected irradiance that would reach the row surface if the  | 
326 | 331 |         full ground was visible. poa_gnd_sky accounts for limited view of the  | 
 | 
0 commit comments