Add CCGT to the weight factor for conventional carriers
This commit is contained in:
parent
9279c7f027
commit
9c78d6591d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user