Skip to content

Commit

Permalink
update thi messeri
Browse files Browse the repository at this point in the history
  • Loading branch information
alfcrisci authored Mar 29, 2021
1 parent a9e6439 commit 3173038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/js/biometeo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2866,7 +2866,7 @@ function humidex(t,rh)
function THI(t,rh)
{
var thi;
thi = t-0.55*(1-0.01*rh)*(t-14.5);
thi = 0.8*t-0.55*(0.01*rh)*(t-14.4)+ 46.4;
return thi;
}

Expand Down

0 comments on commit 3173038

Please sign in to comment.