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/docs/input-data/pvarray.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ The following figures illustrate the use of both pvTilt and pvAzm for various co
168
168
169
169
Type: float
170
170
171
-
Photovoltaic array azimuth (0 = north, 90 = east, etc.). If a value outside the range 0° ≤ *x*$<$ 360° is given, it is normalized to that range. For one-axis tracking, defines the azimuth of the rotation axis. Not used for two-axis tracking arrays. Should be omitted if pvVertices is given.
171
+
Photovoltaic array azimuth (0 = north, 90 = east, etc.). If a value outside the range 0° ≤ *x*< 360° is given, it is normalized to that range. For one-axis tracking, defines the azimuth of the rotation axis. Not used for two-axis tracking arrays. Should be omitted if pvVertices is given.
172
172
173
173
{{
174
174
member_table({
@@ -253,7 +253,7 @@ Ground reflectance used for calculating reflected solar incidence on the array.
253
253
{{
254
254
member_table({
255
255
"units": "",
256
-
"legal_range": "0 $<$*x*$<$ 1.0",
256
+
"legal_range": "0 <*x*< 1.0",
257
257
"default": "0.2",
258
258
"required": "No",
259
259
"variability": "hourly"
@@ -300,7 +300,7 @@ AC inverter efficiency at rated DC power.
300
300
{{
301
301
member_table({
302
302
"units": "",
303
-
"legal_range": "0 $<$*x*$<$ 1.0",
303
+
"legal_range": "0 <*x*< 1.0",
304
304
"default": "0.96",
305
305
"required": "No",
306
306
"variability": "constant"
@@ -333,7 +333,7 @@ Fraction of total DC energy lost. The total loss from a system is aggregated fro
0 commit comments