labeee / cdd-calculator

Calcula CDD das temperaturas definidas pelo intervalo definido.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDD calculator

This code takes the .epw files in the folder and calculates the Cooling Degree Days by as many temperature thresholds as it's needed. The thresholds are defined by the global variable "THRESHOLDS", which is a list of the chosen temperature thresholds.

CDH

If the intention is to get the value for CDH (Cooling Degree Hours), you can set the global variable "CDH" as True.

About

Calcula CDD das temperaturas definidas pelo intervalo definido.

License:MIT License


Languages

Language:Python 100.0%