Skip to content

Commit

Permalink
Merge pull request calliope-project#393 from calliope-project/feature…
Browse files Browse the repository at this point in the history
…-heat-pump-cop-profiles

Feature: heat pump cop profiles
  • Loading branch information
brynpickering authored Jul 1, 2024
2 parents 16fac8e + 107208d commit 4f7618a
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data-sources:
gridded-weather-data: https://zenodo.org/records/11516744/files/{data_var}.nc
when2heat-params: https://zenodo.org/records/10965295/files/{dataset}?download=1
population: https://ec.europa.eu/eurostat/cache/GISCO/geodatafiles/JRC_GRID_2018.zip
heat-pump-characteristics: https://sandbox.zenodo.org/records/45378/files/wamak-heat-pump-characteristics.nc
data-pre-processing:
fill-missing-values:
jrc-idees:
Expand Down Expand Up @@ -188,30 +189,39 @@ parameters:
nuts-year: 2013
heat:
space_heat:
carnot-performance: 0.36 # [Nouvel_2015]
gas-eff: 0.97 # [DEA_2016], but 70-80% according to [Qu_2014]
oil-eff: 0.9 # [DEA_2016], but 0.63 according to [martin_2014]
gas-eff: 0.97 # [@DEA:2020], but 70-80% according to [Qu_2014]
oil-eff: 0.9 # [@DEA:2020], but 0.63 according to [martin_2014]
solid-fossil-eff: 0.8 # Assume same as biofuel
biofuel-eff: 0.8 # [mermoud_2015] [Chandrasekaran_2013] [DEA_2016]
biofuel-eff: 0.8 # [@DEA:2020] [mermoud_2015] [Chandrasekaran_2013] [DEA_2016]
solar-thermal-eff: 1 # Eurostat energy balances method
electricity-eff: 1 # must be 1 for the time being (we assume 1 -> 1 electricity -> heat conversion)
space-heat-temp: 36 # degrees C [Nouvel_2015]
hp-cop: 3.5
water_heat:
gas-eff: 0.97 # [DEA_2016], but 70-80% according to [Qu_2014]
oil-eff: 0.9 # [DEA_2016], but 0.63 according to [martin_2014]
hot_water:
gas-eff: 0.97 # [@DEA:2020], but 70-80% according to [Qu_2014]
oil-eff: 0.9 # [@DEA:2020], but 0.63 according to [martin_2014]
solid-fossil-eff: 0.8 # Assume same as biofuel
biofuel-eff: 0.8 # [mermoud_2015] [Chandrasekaran_2013] [DEA_2016]
solar-thermal-eff: 1 # Eurostat energy balances method
electricity-eff: 1 # must be 1 for the time being (we assume 1 -> 1 electricity -> heat conversion)
water-heat-temp: 52 # degrees C [Nouvel_2015]
hp-cop: 3.5
cooking:
gas-eff: 0.28 # [Karunanithy_2016]
oil-eff: 0.28 # [Karunanithy_2016] assuming oil == gas efficiency
solid-fossil-eff: 0.15 # [Ramanathan_1994] scaled down 60%, based on values calculated by [Karunanithy_2016]
biofuel-eff: 0.1 # [Ramanathan_1994] scaled down 60%, based on values calculated by [Karunanithy_2016]
electricity-eff: 0.5 # [Karunanithy_2016] based on 2/3 40% efficient direct electric, 1/3 70% efficient induction
heat-pump:
sink-temperature: # All values are assumed.
underfloor: 35
radiator-large: 50
radiator-conventional: 65
hot-water: 60
space-heat-sink-shares: # All values are assumed.
underfloor: 0.1
radiator-large: 0.15
radiator-conventional: 0.75
heat-pump-shares: # see https://stats.ehpa.org, 2018 market data assuming current ashp = air-to-air AND air-to-water
ashp: 0.9
gshp: 0.1
correction-factor: 0.85 # [@Ruhnau:2019]
quality-control:
load:
outlier-data-thresholds:
Expand Down

0 comments on commit 4f7618a

Please sign in to comment.