From 0a789a22dc58876dfd11e873024ef1eeec593653 Mon Sep 17 00:00:00 2001 From: lisazeyen Date: Fri, 12 Jan 2024 21:33:38 +0100 Subject: [PATCH] change type of co2 constraint --- scripts/prepare_sector_network.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index b57b832c..35d98657 100755 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -761,6 +761,7 @@ def add_co2limit(n, nyears=1.0, limit=0.0): "CO2Limit", carrier_attribute="co2_emissions", sense="<=", + type="co2_atmosphere", constant=co2_limit, ) @@ -3606,8 +3607,8 @@ if __name__ == "__main__": configfiles="test/config.overnight.yaml", simpl="", opts="", - clusters="5", - ll="v1.5", + clusters="37", + ll="v1.0", sector_opts="CO2L0-24H-T-H-B-I-A-solar+p3-dist1", planning_horizons="2030", )