File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/examples/agrivoltaics Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
# For an overview of agrivPV concepts and performance, the reader
12
12
# is referred to :doi:`10.69766/XAEU5008`.
13
13
#
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.
16
16
#
17
17
# .. figure:: ../../_images/agrivoltaics_system.jpg
18
18
# :align: center
62
62
# For agrivPV systems, the local albedo is dependent on crop growth and thus
63
63
# changes throughout the seasons. In this example, we only simulate one
64
64
# 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.
68
68
69
69
albedo = 0.25 # [unitless]
70
70
temp_air = 18 # [degrees C]
You can’t perform that action at this time.
0 commit comments