energy_system_modelling_wor.../helpers/constants.py

9 lines
130 B
Python
Raw Normal View History

KELVIN = 273.15
MINUTE = 'minute'
HOUR = 'hour'
DAY = 'day'
WEEK = 'week'
MONTH = 'month'
YEAR = 'year'
ROUGHNESS = "MediumRough"