aboutsummaryrefslogtreecommitdiffstats
path: root/2020/10/other_models.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-27 23:14:07 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-27 23:14:07 -0700
commit66e4790fc15f1229d6b19e4e5be9bf61997c1358 (patch)
treed4d93c44a55a420fba5b48c5d722e7168e8f0bc5 /2020/10/other_models.md
parent65e7d3ed2821b2f90c8d8673d16f8b48e85e441d (diff)
downloadmodelthought-66e4790fc15f1229d6b19e4e5be9bf61997c1358.tar.gz
modelthought-66e4790fc15f1229d6b19e4e5be9bf61997c1358.zip
2020 oct notes
Diffstat (limited to '2020/10/other_models.md')
-rw-r--r--2020/10/other_models.md7
1 files changed, 7 insertions, 0 deletions
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)