diff --git a/scripts/cluster_network.py b/scripts/cluster_network.py index 7fb339fc..afcb282c 100644 --- a/scripts/cluster_network.py +++ b/scripts/cluster_network.py @@ -30,7 +30,7 @@ def normed(x): return (x/x.sum()).fillna(0.) def weighting_for_country(n, x): - conv_carriers = {'OCGT', 'PHS', 'hydro'} + conv_carriers = {'OCGT','CCGT','PHS', 'hydro'} gen = (n .generators.loc[n.generators.carrier.isin(conv_carriers)] .groupby('bus').p_nom.sum()