Skip to content

Commit ed07ba1

Browse files
committed
finish cross-string mismatch blog
1 parent c446bc5 commit ed07ba1

File tree

5 files changed

+56
-12
lines changed

5 files changed

+56
-12
lines changed

Diff for: content/Mismatch_from_cross-string_shade.md

+56-12
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ Summary: What happens when shade cuts across PV strings?
88
# The many shades of PV electrical mismatch
99
Effects from shade are complicated, but can be summarized in two orthogonal categories:
1010

11-
1. shade across all modules parallel to strings
12-
2. shade across few modules perpendicular to strings
11+
1. [shade parallel to strings](#shade-parallel-to-strings)
12+
2. [shade perpendicular to strings](#shade-perpendicular-to-strings)
1313

1414
These categories were defined in the Fast Shade Model [[1, 2](#references)]
1515
developed by Dr. Bennet Meyers after simulating hundreds of different shade
1616
patterns and grouping them by their electrical mismatch.
1717

18-
## shade parallel to rows
19-
Row-to-row shade in fixed-tilt systems, typically in winter, is an example of
20-
shade across all modules that is parallel to strings. When I originally wrote
21-
about [PV electrical mismatch]]({filename}PV-electrical-mismatch.md), I analyzed
18+
## shade parallel to strings
19+
One example of shade across all modules that is parallel to strings, is row-to-row
20+
shade in fixed-tilt systems, typically in winter. When I originally wrote
21+
about [PV electrical mismatch]({filename}PV-electrical-mismatch.md), I analyzed
2222
this type of shade using [PVMismatch](https://sunpower.github.io/PVMismatch/)
2323
to simulate shade across the bottom row of a single string of 10 modules in a
2424
10 string system. The conclusion of that post was that the string performed as
@@ -33,9 +33,7 @@ the bottom row of cells is shaded.
3333

3434
![NIST Google](./images/nist-ground-array.png)
3535

36-
This topic is also covered in
37-
38-
## shade not parallel to rows
36+
## shade not parallel to strings
3937
However, that post also contained a picture of a rooftop with non-uniform shade
4038
that was not consistent across each module of the string. The shade cast from
4139
the roofline cut diagonally across the modules in the string, which was wrapped
@@ -46,15 +44,61 @@ in two rows to fit.
4644
I didn't analyze the shade from this system in that post, so it raises the
4745
question whether the rule of thumb I recommended would still apply?
4846

49-
## shade perpendicular to rows
47+
## shade perpendicular to strings
5048
To simplify the question, the rest of this post analyzes a PV system with a
51-
shade obstacle like a wind turbine tower or a telephone pole that casts shade
52-
perpendicular to the rows.
49+
shade obstacle like a wind turbine tower, a telephone pole, or a chimney, that casts shade
50+
perpendicular to the strings. My analysis is in this Jupyter notebook on Google Colaboratory:
51+
[mismatch_vs_strings.ipynb](https://colab.research.google.com/drive/1b2Ll7G-4WBKPl57m-FPBhU8MLjLOTfIb)
5352

5453
>TL;DR: When shade cuts perpendicular to strings, cells go into reverse bias,
5554
bypass diodes activate in the shaded submodules, and the other modules operate
5655
at higher voltage to match the voltage of unshaded parallel strings.
5756

57+
I simulated perpendicular shade on the first half of the first module in the
58+
string, while the rest of the strings were unaffected. This could be like a
59+
chimney. Then I increased the number of unaffected strings to see if it changed
60+
the effect. The effect of a shadow perpendicular to the string caused bypass
61+
diodes to trigger, but even after 20 strings, the IV curve of the system
62+
appears unaffected and the total power loss is only 0.85% for the system
63+
compared to unshaded.
64+
65+
Here is the IV curve of the 20 string PV system with perpendicular shade on
66+
1st module of 1st string from the Jupyter notebook. It looks unaffected!
67+
68+
![20 string PV system with cross-string shade](./images/cross-string-mismatch/pvsystem-20strings.png)
69+
70+
Now check out the IV curve of the string with the shaded module. It should
71+
be generating about 3200[W], but even though it's lost about 500[W], it
72+
still operates at 5[A], nearly the same current as the others strings. It
73+
still has to operate at the same voltage as the other strings, 538.7[V] in
74+
this example, so how does it do it with 2 bypass diodes activated?
75+
76+
![20 string PV system with cross-string shade](./images/cross-string-mismatch/pvstring-20strings.png)
77+
78+
A look at the module IV curves tells the rest of the story. The shaded module
79+
still has to carry the 5[A] of the string, but 2 bypass diodes are triggered
80+
so the voltage is down 75%. Note: these are SunPower/Maxeon 310[W] modules,
81+
that have 96-cells in 8-columns with 3 bypass diodes in a 24-48-24 cell arrangement.
82+
83+
![20 string PV system with cross-string shade](./images/cross-string-mismatch/pvmod0-20strings.png)
84+
85+
However, the unshaded modules make up for the lost voltage in the shaded
86+
module by operating just above the max power point. This is why the string
87+
is operating at 5[A], to increase the voltage in the unshaded strings.
88+
Very clever! Go team! Luckily for the shaded module, that current is
89+
also very close to its max power point, which is only down 75% thanks
90+
to the activated bypass diodes. Recall in the parallel shade scenario,
91+
then entire string was down.
92+
93+
![20 string PV system with cross-string shade](./images/cross-string-mismatch/pvmod1-20strings.png)
94+
95+
## Conclusion
96+
I wish I could say, "that's all there is to it." But as my first blog post
97+
says, electrical mismatch in crystalline silicon is very counter-intuitive.
98+
That's why I created PVMismatch to begin with. I was tired of guessing and
99+
being wrong. So don't guess. Simulate with confidence, try PVMismatch, and
100+
let me know what you learn!
101+
58102
## References
59103

60104
1. Meyers, B., Mikofski, M. A., & Anderson, M. (2016). A Fast Parameterized Model for Predicting PV System Performance under Partial Shade Conditions. In IEEE (Ed.), 2016 IEEE 43rd Photovoltaic Specialists Conference (PVSC) (pp. 3173–3178). IEEE. [https://doi.org/10.1109/PVSC.2016.7750251](https://doi.org/10.1109/PVSC.2016.7750251)
38.2 KB
Loading
40.1 KB
Loading
40.2 KB
Loading
44.9 KB
Loading

0 commit comments

Comments
 (0)