Update scripts/cluster_network.py
Co-authored-by: Martha Frysztacki <martha.frysztacki@kit.edu>
This commit is contained in:
parent
95e8a9534a
commit
d6930b878a
@ -352,7 +352,7 @@ if __name__ == "__main__":
|
||||
|
||||
if snakemake.wildcards.clusters.endswith('m'):
|
||||
n_clusters = int(snakemake.wildcards.clusters[:-1])
|
||||
aggregate_carriers = None
|
||||
aggregate_carriers = snakemake.config["electricity"].get("conventional_carriers")
|
||||
elif snakemake.wildcards.clusters == 'all':
|
||||
n_clusters = len(n.buses)
|
||||
aggregate_carriers = None # All
|
||||
|
Loading…
Reference in New Issue
Block a user