修改了convertedwindspeed为float

This commit is contained in:
2025-10-17 19:39:12 +08:00
parent e294c00c0b
commit bd60a72e68
3 changed files with 20 additions and 37 deletions

View File

@@ -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>