Skip to content

Commit

Permalink
edit the Note some more
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhanse committed Jan 10, 2024
1 parent 7d59f98 commit b47563b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pvlib/pvarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ def huld(effective_irradiance, temp_mod, pdc0, k=None, cell_type=None):
polynomial:
..math::
P_{dc} = G' P_{dc0} (1 + k'_1 \log(G') + k'_2 \log^2 (G') + k''_3 T' +
P_{dc} = G' P_{dc0} (1 + k'_1 \log(G') + k'_2 \log^2 (G') + k'_3 T' +
k'_4 T' \log(G') + k'_5 T' \log^2 (G') + k'_6 T'^2)
PVGIS documentation shows a table of default parameters :math:`k'` for
Expand All @@ -309,7 +310,7 @@ def huld(effective_irradiance, temp_mod, pdc0, k=None, cell_type=None):
- the Martin and Ruiz model for the incidence angle modifier (IAM)
:py:func:`pvlib.iam.martin_ruiz`
- a custom model for a spectral adjustment factor
The PVGIS API (see :py:func:`pvlib.iotools.pvgis.get_pvgis_hourly`) returns
The PVGIS API (see :py:func:`pvlib.iotools.get_pvgis_hourly`) returns
broadband plane-of-array irradiance (``poa_global``) and DC power (``P``).
``poa_global`` is irradiance before applying the IAM and spectral
adjustments. In contrast the ``effective_irradiance`` for :py:func:`huld`
Expand Down

0 comments on commit b47563b

Please sign in to comment.