CenterForTheBuiltEnvironment / pythermalcomfort

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.
https://pythermalcomfort.readthedocs.io/en/latest/
MIT License
147 stars 52 forks source link

Organize JOS model code using python dataclass #60

Open AkihisaNomoto opened 1 year ago

AkihisaNomoto commented 1 year ago

To make JOS3 model code more rubust, let's organize parameter.py using python dataclass rather than dictionary. Our previous conversation is below: https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/pull/59