修改了convertedwindspeed为float
This commit is contained in:
@@ -53,11 +53,11 @@
|
||||
<div class="formula">
|
||||
<h3 onclick="toggleFormula(this)">太阳倾角计算公式:▶</h3>
|
||||
<div class="content" style="display: none;">
|
||||
<p>$\sigma=\begin{bmatrix} 0.006\ 918 & -0.399\ 12 \cos\theta+0.070\ 257& \sin\theta_0 \\ 0.006\ 758 & \cos2\theta_0+0.000\ 907 & \sin2\theta_0 \\ 0.002\ 679 & \cos3\theta_0+0.001\ 480 & \sin3\theta_0 \end{bmatrix} \ 180/\pi$</p>
|
||||
<p>$\sigma=\begin{bmatrix} 0.006\ 918 & -0.399\ 912 \cos\theta+0.070\ 257& \sin\theta_0 \\ 0.006\ 758 & \cos2\theta_0+0.000\ 907 & \sin2\theta_0 \\ 0.002\ 679 & \cos3\theta_0+0.001\ 480 & \sin3\theta_0 \end{bmatrix} \ 180/\pi$</p>
|
||||
|
||||
<p>参数说明:</p>
|
||||
<ul>
|
||||
<li class="parameter"><strong>$\theta_0$</strong>:$360d_n / 365$,单位为度(°)</li>
|
||||
<li class="parameter"><strong>$\theta_0$</strong>:$2\pi(n-1)/365$,单位为弧度</li>
|
||||
<li class="parameter"><strong>$d_n$</strong>:一年中的日期序数,0, 1, 2, ..., 364</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user