Update scripts/add_existing_baseyear.py
This commit is contained in:
parent
984ab9350c
commit
4a2da0a5f4
@ -563,6 +563,9 @@ if __name__ == "__main__":
|
|||||||
add_heating_capacities_installed_before_baseyear(n, baseyear, grouping_years_heat,
|
add_heating_capacities_installed_before_baseyear(n, baseyear, grouping_years_heat,
|
||||||
ashp_cop, gshp_cop, time_dep_hp_cop, costs, default_lifetime)
|
ashp_cop, gshp_cop, time_dep_hp_cop, costs, default_lifetime)
|
||||||
|
|
||||||
|
if options.get("cluster_heat_buses", False):
|
||||||
|
cluster_heat_buses(n)
|
||||||
|
|
||||||
n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards)))
|
n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards)))
|
||||||
|
|
||||||
n.export_to_netcdf(snakemake.output[0])
|
n.export_to_netcdf(snakemake.output[0])
|
||||||
|
Loading…
Reference in New Issue
Block a user