Update scripts/add_electricity.py
Co-authored-by: Martha Frysztacki <martha.frysztacki@kit.edu>
This commit is contained in:
parent
f6b7317d04
commit
db78f9cd2a
@ -599,7 +599,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
update_transmission_costs(n, costs, snakemake.config['lines']['length_factor'])
|
update_transmission_costs(n, costs, snakemake.config['lines']['length_factor'])
|
||||||
|
|
||||||
attach_conventional_generators(n, costs, ppl, conventional_carriers, extendable_carriers)
|
attach_conventional_generators(n, costs, ppl, conventional_carriers, extendable_carriers, **snakemake.config["conventional"])
|
||||||
|
|
||||||
attach_wind_and_solar(n, costs, snakemake.input, renewable_carriers, extendable_carriers, snakemake.config['lines']['length_factor'])
|
attach_wind_and_solar(n, costs, snakemake.input, renewable_carriers, extendable_carriers, snakemake.config['lines']['length_factor'])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user