aboutsummaryrefslogtreecommitdiffstats
path: root/2020/10/other_models.md
blob: 6b338eba4921f32fc8a7cd73d8dfd6911e14cc03 (plain)
1
2
3
4
5
6
7

## Wind Chill

T_wc = 13.13 + 0.6 * T - (13.95 - 0.486 * T) * v^(0.16)

T: temperature (Celsius)
v: wind velocity at 10m height (meter/second)