[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
5356feab49
commit
ce6df71399
@ -3,7 +3,9 @@
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""Prepares brownfield data from previous planning horizon."""
|
||||
"""
|
||||
Prepares brownfield data from previous planning horizon.
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
|
@ -3,7 +3,10 @@
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""Adds existing power and heat generation capacities for initial planning horizon."""
|
||||
"""
|
||||
Adds existing power and heat generation capacities for initial planning
|
||||
horizon.
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
Build coefficient of performance (COP) time series for air- or ground-sourced
|
||||
heat pumps.
|
||||
|
||||
The COP is a function of the temperature difference between
|
||||
The COP is a function of the temperature difference between
|
||||
source and sink.
|
||||
|
||||
The quadratic regression used is based on Staffell et al. (2012)
|
||||
|
@ -5,9 +5,9 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
"""
|
||||
This script calculates the space heating savings through better
|
||||
insulation of the thermal envelope of a building and corresponding costs for
|
||||
different building types in different countries.
|
||||
This script calculates the space heating savings through better insulation of
|
||||
the thermal envelope of a building and corresponding costs for different
|
||||
building types in different countries.
|
||||
|
||||
Methodology
|
||||
-----------
|
||||
|
Loading…
Reference in New Issue
Block a user