@@ -1470,7 +1470,7 @@ def dirint(ghi, solar_zenith, times, pressure=101325., use_delta_kt_prime=True,
1470
1470
model.
1471
1471
1472
1472
Implements the modified DISC model known as "DIRINT" introduced in
1473
- [1]. DIRINT predicts direct normal irradiance (DNI) from measured
1473
+ [1]_ . DIRINT predicts direct normal irradiance (DNI) from measured
1474
1474
global horizontal irradiance (GHI). DIRINT improves upon the DISC
1475
1475
model by using time-series GHI data and dew point temperature
1476
1476
information. The effectiveness of the DIRINT model improves with
@@ -1712,11 +1712,11 @@ def dirindex(ghi, ghi_clearsky, dni_clearsky, zenith, times, pressure=101325.,
1712
1712
"""
1713
1713
Determine DNI from GHI using the DIRINDEX model.
1714
1714
1715
- The DIRINDEX model [1] modifies the DIRINT model implemented in
1716
- :py:func:`` pvlib.irradiance.dirint` ` by taking into account information
1715
+ The DIRINDEX model [1]_ modifies the DIRINT model implemented in
1716
+ :py:func:`pvlib.irradiance.dirint` by taking into account information
1717
1717
from a clear sky model. It is recommended that ``ghi_clearsky`` be
1718
1718
calculated using the Ineichen clear sky model
1719
- :py:func:`` pvlib.clearsky.ineichen` ` with ``perez_enhancement=True``.
1719
+ :py:func:`pvlib.clearsky.ineichen` with ``perez_enhancement=True``.
1720
1720
1721
1721
The pvlib implementation limits the clearness index to 1.
1722
1722
@@ -1868,8 +1868,8 @@ def gti_dirint(poa_global, aoi, solar_zenith, solar_azimuth, times,
1868
1868
albedo : numeric, default 0.25
1869
1869
Surface albedo
1870
1870
1871
- model : String, default 'isotropic '
1872
- Irradiance model.
1871
+ model : String, default 'perez '
1872
+ Irradiance model. See :py:func:`get_sky_diffuse` for allowed values.
1873
1873
1874
1874
model_perez : String, default 'allsitescomposite1990'
1875
1875
Used only if model='perez'. See :py:func:`perez`.
@@ -1884,7 +1884,7 @@ def gti_dirint(poa_global, aoi, solar_zenith, solar_azimuth, times,
1884
1884
1885
1885
Returns
1886
1886
-------
1887
- data : OrderedDict or DataFrame
1887
+ data : DataFrame
1888
1888
Contains the following keys/columns:
1889
1889
1890
1890
* ``ghi``: the modeled global horizontal irradiance in W/m^2.
0 commit comments