pythermalcomfort
pythermalcomfort copied to clipboard
pmvpdd differences in Py and R.
Describe the bug Her are the differences we have identified
- [ ] calculation of xf
- [ ] calculation of tcla
xf
In py the function is link
xf = t_cla / 50
in R is link
xf <- xn
tcla
py t_cla = taa + (35.5 - tdb) / (3.5 * icl + 0.1)
r tclA <- taa + (35.5-ta) / (3.5 * (6.45 * icl + .1))
@FedericoTartarini and marcel to review