You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/records/pvarray.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,6 @@ The type of array describes mounting and tracking options. Roof mounted arrays h
91
91
OneAxisTracking,
92
92
TwoAxisTracking
93
93
94
-
<!-- Hide OneAxisBacktracking \ -->
95
-
96
94
**pvTilt=*float***
97
95
98
96
The tilt of the photovoltaic array from horizontal. Values outside the range 0 to 360 are first normalized to that range. For one-axis tracking, defines the tilt of the rotation axis. Not used for two-axis tracking arrays. Should be omitted if pvVertices is given.
@@ -135,7 +133,24 @@ Photovoltaic array azimuth (0 = north, 90 = east, etc.). If a value outside the
Shading Impact Factor (SIF) of the array used to represent the disproportionate impact on array output of partially shaded modules at the sub-array level. This impact is applied to the effective beam irradiance on the array:
where $f_{sh}$ is the fraction of the array that is shaded.
143
+
144
+
Default value is 1.2, which is representative of PV systems with sub-array microinverters or DC power optimizers. For systems without sub-array power electronics, values are closer to 2.0.
145
+
146
+
<%= member_table(
147
+
legal_range: "*x* $\\geq$ 1.0",
148
+
default: "1.2",
149
+
required: "No",
150
+
variability: "constant") %>
151
+
152
+
153
+
**pvMounting=*choice***
139
154
140
155
Specified mounting location of this PVARRAY. pvMounting=Site indicates the array position is not altered by building rotation via [TOP bldgAzm](#top-general-data-items), while PVARRAYs with pvMounting=Building are assumed to rotate with the building.
141
156
@@ -200,17 +215,19 @@ Fraction of total DC energy lost. The total loss from a system is aggregated fro
0 commit comments