Skip to content

Commit 64ec94d

Browse files
committed
parameters spelling typo in fix_tmy3_monotonicity docstring
* also move reference in kimber soiling example to comment in first code cell
1 parent cec88e8 commit 64ec94d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/examples/plot_greensboro_kimber_soiling.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
Kimber Soiling Model
33
====================
44
5-
Examples of soiling using the Kimber model [1]_.
6-
7-
References
8-
----------
9-
.. [1] "The Effect of Soiling on Large Grid-Connected Photovoltaic Systems
10-
in California and the Southwest Region of the United States," Adrianne
11-
Kimber, et al., IEEE 4th World Conference on Photovoltaic Energy
12-
Conference, 2006, :doi:`10.1109/WCPEC.2006.279690`
5+
Examples of soiling using the Kimber model.
136
"""
147

158
# %%
16-
# This example shows basic usage of pvlib's Kimber Soiling model with
9+
# This example shows basic usage of pvlib's Kimber Soiling model [1]_ with
1710
# :py:meth:`pvlib.losses.soiling_kimber`.
1811
#
12+
# References
13+
# ----------
14+
# .. [1] "The Effect of Soiling on Large Grid-Connected Photovoltaic Systems
15+
# in California and the Southwest Region of the United States," Adrianne
16+
# Kimber, et al., IEEE 4th World Conference on Photovoltaic Energy
17+
# Conference, 2006, :doi:`10.1109/WCPEC.2006.279690`
18+
#
1919
# The Kimber Soiling model assumes that soiling builds up at a constant rate
2020
# until cleaned either manually or by rain. The rain must reach a threshold to
2121
# clean the panels. When rains exceeds the threshold, it's assumed the earth is

pvlib/iotools/tmy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def fix_tmy3_coerce_year_monotonicity(tmy3):
534534
Fix TMY3 coerced to a single year to be monotonically increasing by
535535
changing the last record to be in January 1st of the next year.
536536
537-
Paramaters
537+
Parameters
538538
----------
539539
tmy3 : pandas.DataFrame
540540
TMY3 data frame from :func:`pvlib.iotools.read_tmy3` with year coearced

0 commit comments

Comments
 (0)