Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Oct 22, 2024
1 parent 62de0ed commit 2bd8097
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pvanalytics/quality/irradiance.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@ def check_irradiance_consistency_qcrad(solar_zenith, ghi, dhi, dni,
Notes
-----
The QCRad algorithm checks that the input GHI is consistent with the component
sum :math:`DNI \times \cos \( zenith \) + DHI` of input DNI and DHI, and that the
ratio :math:`\frac{DHI}{GHI}` is reasonable.
In these two parts, the ``ghi_bounds`` are applied differently. In the components
test, the bounds are applied to the component sum of diffuse and direct
irradiance, whereas in the diffuse ratio test the bounds are applied to the
measured ``ghi``.
The QCRad algorithm checks that the input GHI is consistent with the
component sum :math:`DNI \times \cos \( zenith \) + DHI` of input DNI and
DHI, and that the ratio :math:`\frac{DHI}{GHI}` is reasonable.
In these two parts, the ``ghi_bounds`` are applied differently. In the
components test, the bounds are applied to the component sum of diffuse and
direct irradiance, whereas in the diffuse ratio test the bounds are applied
to the measured ``ghi``.
Copyright (c) 2019 SolarArbiter. See the file
LICENSES/SOLARFORECASTARBITER_LICENSE at the top level directory
Expand Down

0 comments on commit 2bd8097

Please sign in to comment.