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 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
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
6969albedo = 0.25 # [unitless]
7070temp_air = 18 # [degrees C]
You can’t perform that action at this time.
0 commit comments