Replies: 1 comment 1 reply
-
Can't you simply do another call to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am investigating the use of Pvlib in a tool to calculate the actual radiation entering a greenhouse. The challenges here are multiple but the first I come through is the following:
Let's take the simplest case of an even span roof of 30° inclination on each side and a specific orientation, which can be configured through the surface azimuth. I can use the
pvlib.irradiance.get_total_irradiance()
to calculate the radiation on one side of a roof. What I am trying to figure out is a way to calculate the direct solar radiation (poa_direct
) on the other half of the roof. I am thinking of using the surface azimuth and combining it with the solar zenith of the given day so that I can calculate the proportion of the sun's trajectory that will face each side of the roof. I am not sure if that's right though and/or if there is a less complex way to do this.Here is a link to a visualization of what I am trying to explain above.
Any idea would be highly appreciated. Thank you in advance for your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions