pythermalcomfort icon indicating copy to clipboard operation
pythermalcomfort copied to clipboard

pmvpdd differences in Py and R.

Open number9527-12 opened this issue 1 year ago • 3 comments

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

number9527-12 avatar Sep 06 '24 03:09 number9527-12