Skip to content

Commit fb7c1c6

Browse files
committed
more doc fixes
1 parent 78b28c3 commit fb7c1c6

1 file changed

Lines changed: 14 additions & 15 deletions

File tree

pvlib/pvsystem.py

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def systemdef(meta, surface_tilt, surface_azimuth, albedo, series_modules,
2424
parallel_modules):
2525
'''
26-
Generates a dict of system paramters used throughout a simulation.
26+
Generates a dict of system parameters used throughout a simulation.
2727
2828
Parameters
2929
----------
@@ -84,8 +84,8 @@ def systemdef(meta, surface_tilt, surface_azimuth, albedo, series_modules,
8484
8585
See also
8686
--------
87-
tmy.readtmy3
88-
tmy.readtmy2
87+
pvlib.tmy.readtmy3
88+
pvlib.tmy.readtmy2
8989
'''
9090

9191
try:
@@ -207,25 +207,25 @@ def physicaliam(K, L, n, aoi):
207207
208208
Returns
209209
-------
210-
IAM : float
210+
IAM : float or Series
211211
The incident angle modifier as specified in eqns. 14-16 of [1].
212212
IAM is a column vector with the same number of elements as the
213213
largest input vector.
214214
215215
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.
219219
220220
References
221221
----------
222222
[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.
225225
226226
[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.
229229
230230
See Also
231231
--------
@@ -653,7 +653,7 @@ def sapm(module, poa_direct, poa_diffuse, temp_cell, airmass_absolute, aoi):
653653
654654
See Also
655655
--------
656-
retrievesam
656+
retrieve_sam
657657
sapm_celltemp
658658
'''
659659

@@ -1147,15 +1147,14 @@ def snlinverter(inverter, Vmp, Pmp):
11471147
11481148
References
11491149
----------
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
11521152
11531153
[2] System Advisor Model web page. https://sam.nrel.gov.
11541154
11551155
See also
11561156
--------
11571157
sapm
1158-
samlibrary
11591158
singlediode
11601159
'''
11611160

0 commit comments

Comments
 (0)