update inputs for add_existing_baseyear
This commit is contained in:
parent
744aaf71de
commit
d297f84ea7
@ -21,8 +21,18 @@ rule add_existing_baseyear:
|
||||
config_provider("scenario", "planning_horizons", 0)(w)
|
||||
)
|
||||
),
|
||||
cop_soil_total=resources("cop_soil_total_elec_s{simpl}_{clusters}.nc"),
|
||||
cop_air_total=resources("cop_air_total_elec_s{simpl}_{clusters}.nc"),
|
||||
cop_soil_decentral_heating=resources(
|
||||
"cop_soil_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
cop_air_decentral_heating=resources(
|
||||
"cop_air_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
cop_air_central_heating=resources(
|
||||
"cop_air_central_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
cop_soil_central_heating=resources(
|
||||
"cop_soil_central_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
existing_heating_distribution=resources(
|
||||
"existing_heating_distribution_elec_s{simpl}_{clusters}_{planning_horizons}.csv"
|
||||
),
|
||||
|
@ -19,8 +19,18 @@ rule add_existing_baseyear:
|
||||
config_provider("scenario", "planning_horizons", 0)(w)
|
||||
)
|
||||
),
|
||||
cop_soil_total=resources("cop_soil_total_elec_s{simpl}_{clusters}.nc"),
|
||||
cop_air_total=resources("cop_air_total_elec_s{simpl}_{clusters}.nc"),
|
||||
cop_soil_decentral_heating=resources(
|
||||
"cop_soil_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
cop_air_decentral_heating=resources(
|
||||
"cop_air_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
cop_air_central_heating=resources(
|
||||
"cop_air_central_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
cop_soil_central_heating=resources(
|
||||
"cop_soil_central_heating_elec_s{simpl}_{clusters}.nc"
|
||||
),
|
||||
existing_heating_distribution=resources(
|
||||
"existing_heating_distribution_elec_s{simpl}_{clusters}_{planning_horizons}.csv"
|
||||
),
|
||||
|
@ -436,7 +436,7 @@ def add_heating_capacities_installed_before_baseyear(
|
||||
services proportional to heating load in both 50% capacities
|
||||
in rural buses 50% in urban buses
|
||||
cop: dict
|
||||
Dictionary with time-dependent coefficients of perforamnce (COPs) for air and ground heat pumps as values and keys "air decentral", "ground decentral", "air central", "ground central"
|
||||
Dictionary with time-dependent coefficients of performance (COPs) for air and ground heat pumps as values and keys "air decentral", "ground decentral", "air central", "ground central"
|
||||
time_dep_hp_cop: bool
|
||||
If True, time-dependent (dynamic) COPs are used for heat pumps
|
||||
"""
|
||||
@ -459,7 +459,7 @@ def add_heating_capacities_installed_before_baseyear(
|
||||
|
||||
efficiency = (
|
||||
cop[f"{heat_pump_type} {name_type}"][nodes]
|
||||
if options["time_dep_hp_cop"]
|
||||
if time_dep_hp_cop
|
||||
else costs.at[costs_name, "efficiency"]
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user