|
103 | 103 | solar_zenith, |
104 | 104 | solar_azimuth, |
105 | 105 | axis_azimuth, |
106 | | - shaded_tracker_rotation=rotation_angle, |
| 106 | + shaded_row_rotation=rotation_angle, |
107 | 107 | axis_tilt=axis_tilt, |
108 | 108 | collector_width=collector_width, |
109 | 109 | pitch=pitch, |
110 | 110 | surface_to_axis_offset=surface_to_axis_offset, |
111 | 111 | cross_axis_slope=cross_axis_slope, |
112 | | - shading_tracker_rotation=rotation_angle, |
| 112 | + shading_row_rotation=rotation_angle, |
113 | 113 | ), |
114 | 114 | ) |
115 | 115 |
|
|
121 | 121 | solar_zenith, |
122 | 122 | solar_azimuth, |
123 | 123 | axis_azimuth, |
124 | | - shaded_tracker_rotation=rotation_angle, |
| 124 | + shaded_row_rotation=rotation_angle, |
125 | 125 | axis_tilt=axis_tilt, |
126 | 126 | collector_width=collector_width, |
127 | 127 | pitch=pitch, |
128 | 128 | surface_to_axis_offset=surface_to_axis_offset, |
129 | 129 | cross_axis_slope=cross_axis_slope, |
130 | | - shading_tracker_rotation=rotation_angle, |
| 130 | + shading_row_rotation=rotation_angle, |
131 | 131 | ), |
132 | 132 | # shaded fraction in the evening |
133 | 133 | pvlib.shading.shaded_fraction1d( |
134 | 134 | solar_zenith, |
135 | 135 | solar_azimuth, |
136 | 136 | axis_azimuth, |
137 | | - shaded_tracker_rotation=rotation_angle, |
| 137 | + shaded_row_rotation=rotation_angle, |
138 | 138 | axis_tilt=axis_tilt, |
139 | 139 | collector_width=collector_width, |
140 | 140 | pitch=pitch, |
141 | 141 | surface_to_axis_offset=surface_to_axis_offset, |
142 | 142 | cross_axis_slope=cross_axis_slope, |
143 | | - shading_tracker_rotation=rotation_angle, |
| 143 | + shading_row_rotation=rotation_angle, |
144 | 144 | ), |
145 | 145 | ) |
146 | 146 |
|
|
152 | 152 | solar_zenith, |
153 | 153 | solar_azimuth, |
154 | 154 | axis_azimuth, |
155 | | - shaded_tracker_rotation=rotation_angle, |
| 155 | + shaded_row_rotation=rotation_angle, |
156 | 156 | axis_tilt=axis_tilt, |
157 | 157 | collector_width=collector_width, |
158 | 158 | pitch=pitch, |
159 | 159 | surface_to_axis_offset=surface_to_axis_offset, |
160 | 160 | cross_axis_slope=cross_axis_slope, |
161 | | - shading_tracker_rotation=rotation_angle, |
| 161 | + shading_row_rotation=rotation_angle, |
162 | 162 | ), |
163 | 163 | 0, # no shaded fraction in the evening |
164 | 164 | ) |
|
0 commit comments