我想計算 2017 年、2018 年和 2019 年荷蘭每小時(太陽升起)的太陽輻射方向。我正在研究太陽能電池板的生成,我認為這個功能會增加一個很多我的模型。我找到了一些公式來計算太陽輻射的方向,并且想知道是否有人在 Python 中實現過這些。H = arcsine(sin(psi)sin(D) - cos(psi)cos(D)cos(U)) = solar altitude
A = arcsine{(cos(D)sin(U))/cos(H)} = azimuth在哪里psi = latitude on earth
D = 23,44*sin{360*(284 + n)/365} = declination with n = n-th day of the year
U = t * 15 = local hour angle with t = t-th hour of the day所以我對 H 很感興趣。我知道它應該看起來像這樣: 方位角和太陽高度有沒有人在 Python 中實現過這樣的東西?
添加回答
舉報
0/150
提交
取消