Skip to content

Commit cc6bc1b

Browse files
committed
sec -> cos
1 parent 5f70c5a commit cc6bc1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
10751075
airmass : numeric
10761076
Relative (not pressure-corrected) airmass values. If AM is a
10771077
DataFrame it must be of the same size as all other DataFrame
1078-
inputs. AM must be >=0 (careful using the 1/sec(z) model of AM
1078+
inputs. AM must be >=0 (careful using the 1/cos(z) model of AM
10791079
generation). [unitless]
10801080
10811081
model : string, default 'allsitescomposite1990'
@@ -1335,7 +1335,7 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
13351335
airmass : numeric, optional
13361336
Relative (not pressure-corrected) airmass values. If ``airmass`` is a
13371337
DataFrame it must be of the same size as all other DataFrame
1338-
inputs. AM must be >=0 (careful using the 1/sec(z) model of AM
1338+
inputs. AM must be >=0 (careful using the 1/cos(z) model of AM
13391339
generation). [unitless]
13401340
13411341
return_components: bool (optional, default=False)

0 commit comments

Comments
 (0)