You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heat load index is artifitially restricted by a value of 1, which has no basis in index definition from McCune and Keon (2002).
Problematic part of the code, which limits values to 1:
return(ifelse(h > 1, 1, h))
The text was updated successfully, but these errors were encountered:
Heat load index is artifitially restricted by a value of 1, which has no basis in index definition from McCune and Keon (2002).
Problematic part of the code, which limits values to 1:
return(ifelse(h > 1, 1, h))
The text was updated successfully, but these errors were encountered: