change type of co2 constraint
This commit is contained in:
parent
f042c77926
commit
0a789a22dc
@ -761,6 +761,7 @@ def add_co2limit(n, nyears=1.0, limit=0.0):
|
|||||||
"CO2Limit",
|
"CO2Limit",
|
||||||
carrier_attribute="co2_emissions",
|
carrier_attribute="co2_emissions",
|
||||||
sense="<=",
|
sense="<=",
|
||||||
|
type="co2_atmosphere",
|
||||||
constant=co2_limit,
|
constant=co2_limit,
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -3606,8 +3607,8 @@ if __name__ == "__main__":
|
|||||||
configfiles="test/config.overnight.yaml",
|
configfiles="test/config.overnight.yaml",
|
||||||
simpl="",
|
simpl="",
|
||||||
opts="",
|
opts="",
|
||||||
clusters="5",
|
clusters="37",
|
||||||
ll="v1.5",
|
ll="v1.0",
|
||||||
sector_opts="CO2L0-24H-T-H-B-I-A-solar+p3-dist1",
|
sector_opts="CO2L0-24H-T-H-B-I-A-solar+p3-dist1",
|
||||||
planning_horizons="2030",
|
planning_horizons="2030",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user