Skip to content

Commit 14105e6

Browse files
committed
Fix stickler
1 parent c2877b2 commit 14105e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/examples/agrivoltaics/plot_agrivoltaics_ground_irradiance.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# For an overview of agrivPV concepts and performance, the reader
1212
# is referred to :doi:`10.69766/XAEU5008`.
1313
#
14-
# The first steps are to define the plant location and to calculate solar position
15-
# and clearsky irradiance for a single day as an example.
14+
# The first steps are to define the plant location and to calculate solar
15+
# position and clearsky irradiance for a single day as an example.
1616
#
1717
# .. figure:: ../../_images/agrivoltaics_system.jpg
1818
# :align: center
@@ -62,9 +62,9 @@
6262
# For agrivPV systems, the local albedo is dependent on crop growth and thus
6363
# changes throughout the seasons. In this example, we only simulate one
6464
# day and thus use a constant value. Similarly, we will assume a constant
65-
# air temperature to avoid getting external data. Both albedo and air temperature
66-
# could be defined as Series with the same index as used for the solar position
67-
# calculations.
65+
# air temperature to avoid getting external data. Both albedo and air
66+
# temperature could be defined as Series with the same index as used for the
67+
# solar position calculations.
6868

6969
albedo = 0.25 # [unitless]
7070
temp_air = 18 # [degrees C]

0 commit comments

Comments
 (0)