From 66e4790fc15f1229d6b19e4e5be9bf61997c1358 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 27 Oct 2020 23:14:07 -0700 Subject: 2020 oct notes --- 2020/10/other_models.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 2020/10/other_models.md (limited to '2020/10/other_models.md') diff --git a/2020/10/other_models.md b/2020/10/other_models.md new file mode 100644 index 0000000..6b338eb --- /dev/null +++ b/2020/10/other_models.md @@ -0,0 +1,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) -- cgit v1.2.3