@@ -341,7 +341,7 @@ def total_irrad(surface_tilt, surface_azimuth,
341
341
Returns
342
342
-------
343
343
total_irrad : OrderedDict or DataFrame
344
- Contains keys/columns ``'poa_global', 'poa_direct', 'poa_diffuse',
344
+ Contains keys/columns ``'poa_global', 'poa_direct', 'poa_diffuse',
345
345
'poa_sky_diffuse', 'poa_ground_diffuse'``.
346
346
"""
347
347
@@ -1333,8 +1333,8 @@ def dirindex(ghi, ghi_clearsky, dni_clearsky, zenith, times, pressure=101325.,
1333
1333
Determine DNI from GHI using the DIRINDEX model, which is a modification of
1334
1334
the DIRINT model with information from a clear sky model.
1335
1335
1336
- DIRINDEX [1] improves upon the DIRINT model by taking into account turbidity
1337
- when used with the Ineichen clear sky model results.
1336
+ DIRINDEX [1] improves upon the DIRINT model by taking into account
1337
+ turbidity when used with the Ineichen clear sky model results.
1338
1338
1339
1339
Parameters
1340
1340
----------
@@ -1396,7 +1396,8 @@ def dirindex(ghi, ghi_clearsky, dni_clearsky, zenith, times, pressure=101325.,
1396
1396
use_delta_kt_prime = use_delta_kt_prime ,
1397
1397
temp_dew = temp_dew )
1398
1398
1399
- dni_dirint_clearsky = dirint (ghi_clearsky , zenith , times , pressure = pressure ,
1399
+ dni_dirint_clearsky = dirint (ghi_clearsky , zenith , times ,
1400
+ pressure = pressure ,
1400
1401
use_delta_kt_prime = use_delta_kt_prime ,
1401
1402
temp_dew = temp_dew )
1402
1403
0 commit comments