|
23 | 23 | def systemdef(meta, surface_tilt, surface_azimuth, albedo, series_modules, |
24 | 24 | parallel_modules): |
25 | 25 | ''' |
26 | | - Generates a dict of system paramters used throughout a simulation. |
| 26 | + Generates a dict of system parameters used throughout a simulation. |
27 | 27 |
|
28 | 28 | Parameters |
29 | 29 | ---------- |
@@ -84,8 +84,8 @@ def systemdef(meta, surface_tilt, surface_azimuth, albedo, series_modules, |
84 | 84 |
|
85 | 85 | See also |
86 | 86 | -------- |
87 | | - tmy.readtmy3 |
88 | | - tmy.readtmy2 |
| 87 | + pvlib.tmy.readtmy3 |
| 88 | + pvlib.tmy.readtmy2 |
89 | 89 | ''' |
90 | 90 |
|
91 | 91 | try: |
@@ -207,25 +207,25 @@ def physicaliam(K, L, n, aoi): |
207 | 207 |
|
208 | 208 | Returns |
209 | 209 | ------- |
210 | | - IAM : float |
| 210 | + IAM : float or Series |
211 | 211 | The incident angle modifier as specified in eqns. 14-16 of [1]. |
212 | 212 | IAM is a column vector with the same number of elements as the |
213 | 213 | largest input vector. |
214 | 214 | |
215 | 215 | Theta must be a numeric scalar or vector. |
216 | | - For any values of theta where abs(theta)>90, IAM is set to 0. For any |
217 | | - values of theta where -90 < theta < 0, theta is set to abs(theta) and |
218 | | - evaluated. A warning will be generated if any(theta<0 or theta>90). |
| 216 | + For any values of theta where abs(aoi)>90, IAM is set to 0. For any |
| 217 | + values of aoi where -90 < aoi < 0, theta is set to abs(aoi) and |
| 218 | + evaluated. |
219 | 219 |
|
220 | 220 | References |
221 | 221 | ---------- |
222 | 222 | [1] W. De Soto et al., "Improvement and validation of a model for |
223 | | - photovoltaic array performance", Solar Energy, vol 80, pp. 78-88, |
224 | | - 2006. |
| 223 | + photovoltaic array performance", Solar Energy, vol 80, pp. 78-88, |
| 224 | + 2006. |
225 | 225 |
|
226 | 226 | [2] Duffie, John A. & Beckman, William A.. (2006). Solar Engineering |
227 | | - of Thermal Processes, third edition. [Books24x7 version] Available |
228 | | - from http://common.books24x7.com/toc.aspx?bookid=17160. |
| 227 | + of Thermal Processes, third edition. [Books24x7 version] Available |
| 228 | + from http://common.books24x7.com/toc.aspx?bookid=17160. |
229 | 229 |
|
230 | 230 | See Also |
231 | 231 | -------- |
@@ -653,7 +653,7 @@ def sapm(module, poa_direct, poa_diffuse, temp_cell, airmass_absolute, aoi): |
653 | 653 |
|
654 | 654 | See Also |
655 | 655 | -------- |
656 | | - retrievesam |
| 656 | + retrieve_sam |
657 | 657 | sapm_celltemp |
658 | 658 | ''' |
659 | 659 |
|
@@ -1147,15 +1147,14 @@ def snlinverter(inverter, Vmp, Pmp): |
1147 | 1147 |
|
1148 | 1148 | References |
1149 | 1149 | ---------- |
1150 | | - [1] (SAND2007-5036, "Performance Model for Grid-Connected Photovoltaic |
1151 | | - Inverters by D. King, S. Gonzalez, G. Galbraith, W. Boyson) |
| 1150 | + [1] SAND2007-5036, "Performance Model for Grid-Connected Photovoltaic |
| 1151 | + Inverters by D. King, S. Gonzalez, G. Galbraith, W. Boyson |
1152 | 1152 |
|
1153 | 1153 | [2] System Advisor Model web page. https://sam.nrel.gov. |
1154 | 1154 |
|
1155 | 1155 | See also |
1156 | 1156 | -------- |
1157 | 1157 | sapm |
1158 | | - samlibrary |
1159 | 1158 | singlediode |
1160 | 1159 | ''' |
1161 | 1160 |
|
|
0 commit comments