[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_loss: 0.0
|
||||||
heat_pump_sources:
|
heat_pump_sources:
|
||||||
central_heating:
|
central_heating:
|
||||||
- air
|
- air
|
||||||
decentral_heating:
|
decentral_heating:
|
||||||
- air
|
- air
|
||||||
- ground
|
- ground
|
||||||
cluster_heat_buses: true
|
cluster_heat_buses: true
|
||||||
heat_demand_cutout: default
|
heat_demand_cutout: default
|
||||||
bev_dsm_restriction_value: 0.75
|
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_soil_total=resources("temp_soil_total_elec_s{simpl}_{clusters}.nc"),
|
||||||
temp_air_total=resources("temp_air_total_elec_s{simpl}_{clusters}.nc"),
|
temp_air_total=resources("temp_air_total_elec_s{simpl}_{clusters}.nc"),
|
||||||
output:
|
output:
|
||||||
**{f"cop_{source}_{sink}": resources(
|
**{
|
||||||
"cop_" + source + "_" + {sink} + "_" + "elec_s{simpl}_{clusters}.nc"
|
f"cop_{source}_{sink}": resources(
|
||||||
) for sink, source in config_provider("sector", "heat_pump_sources").items()},
|
"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=resources(
|
||||||
# "cop_air_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
# "cop_air_decentral_heating_elec_s{simpl}_{clusters}.nc"
|
||||||
# ),
|
# ),
|
||||||
|
Loading…
Reference in New Issue
Block a user