We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ac204 commit 9290f41Copy full SHA for 9290f41
pvlib/pvsystem.py
@@ -3082,8 +3082,9 @@ def nonuniform_irradiance_deline_power_loss(
3082
3083
\text{model="fixed-tilt"} & \Rightarrow M[\%] =
3084
0.142 \Delta[\%] + 0.032 \Delta[\%]^2 \qquad & \text{(11)}
3085
+
3086
\text{model="single-axis-tracking"} & \Rightarrow M[\%] =
- 0.054 \Delta[\%] + 0.068 \Delta[\%]^2 \qquad & \text{(12)} \\
3087
+ 0.054 \Delta[\%] + 0.068 \Delta[\%]^2 \qquad & \text{(12)}
3088
3089
where :math:`\Delta[\%]` is the Relative Mean Absolute Difference of the
3090
global irradiance, Eq. (4) of [1]_ and [2]_.
0 commit comments