[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0edf566e3f
commit
51f42b4a36
@ -418,10 +418,10 @@ sector:
|
||||
heat_loss: 0.0
|
||||
heat_pump_sources:
|
||||
central_heating:
|
||||
- air
|
||||
- air
|
||||
decentral_heating:
|
||||
- air
|
||||
- ground
|
||||
- air
|
||||
- ground
|
||||
cluster_heat_buses: true
|
||||
heat_demand_cutout: default
|
||||
bev_dsm_restriction_value: 0.75
|
||||
|
@ -237,9 +237,12 @@ rule build_cop_profiles:
|
||||
temp_soil_total=resources("temp_soil_total_elec_s{simpl}_{clusters}.nc"),
|
||||
temp_air_total=resources("temp_air_total_elec_s{simpl}_{clusters}.nc"),
|
||||
output:
|
||||
**{f"cop_{source}_{sink}": resources(
|
||||
"cop_" + source + "_" + {sink} + "_" + "elec_s{simpl}_{clusters}.nc"
|
||||
) for sink, source in config_provider("sector", "heat_pump_sources").items()},
|
||||
**{
|
||||
f"cop_{source}_{sink}": resources(
|
||||
"cop_" + source + "_" + {sink} + "_" + "elec_s{simpl}_{clusters}.nc"
|
||||
)
|
||||
for sink, source in config_provider("sector", "heat_pump_sources").items()
|
||||
},
|
||||
# cop_air_decentral_heating=resources(
|
||||
# "cop_air_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
||||
# ),
|
||||
|
Loading…
Reference in New Issue
Block a user