revert use of co2limit_enable for sector-coupled networks

This commit is contained in:
Fabian Neumann 2024-05-13 14:37:07 +02:00
parent e023872d44
commit 8706f0411e
6 changed files with 7 additions and 7 deletions

View File

@ -89,8 +89,8 @@ electricity:
voltages: [220., 300., 380., 500., 750.]
gaslimit_enable: false
gaslimit: false
co2limit_enable: true
co2limit: 0.
co2limit_enable: false
co2limit: 7.75e+7
co2base: 1.487e+9
agg_p_nom_limits: data/agg_p_nom_minmax.csv

View File

@ -24,7 +24,7 @@ snapshots:
end: "2013-03-08"
electricity:
co2limit_enable: true
co2limit_enable: false
co2limit: 100.e+6
extendable_carriers:

View File

@ -34,7 +34,7 @@ sector:
central_heat_vent: true
electricity:
co2limit_enable: true
co2limit_enable: false
co2limit: 100.e+6
extendable_carriers:

View File

@ -28,7 +28,7 @@ snapshots:
end: "2013-03-08"
electricity:
co2limit_enable: true
co2limit_enable: false
co2limit: 100.e+6
extendable_carriers:

View File

@ -31,7 +31,7 @@ snapshots:
end: "2013-03-08"
electricity:
co2limit_enable: true
co2limit_enable: false
co2limit: 100.e+6
extendable_carriers:

View File

@ -2,7 +2,7 @@
voltages,kV,"Any subset of {220., 300., 380.}",Voltage levels to consider
gaslimit_enable,bool,true or false,Add an overall absolute gas limit configured in ``electricity: gaslimit``.
gaslimit,MWhth,float or false,Global gas usage limit
co2limit_enable,bool,true or false,Add an overall absolute carbon-dioxide emissions limit configured in ``electricity: co2limit``.
co2limit_enable,bool,true or false,Add an overall absolute carbon-dioxide emissions limit configured in ``electricity: co2limit`` in :mod:`prepare_network`. **Warning:** This option should currently only be used with electricity-only networks, not for sector-coupled networks..
co2limit,:math:`t_{CO_2-eq}/a`,float,Cap on total annual system carbon dioxide emissions
co2base,:math:`t_{CO_2-eq}/a`,float,Reference value of total annual system carbon dioxide emissions if relative emission reduction target is specified in ``{opts}`` wildcard.
agg_p_nom_limits,file,path,Reference to ``.csv`` file specifying per carrier generator nominal capacity constraints for individual countries if ``'CCL'`` is in ``{opts}`` wildcard. Defaults to ``data/agg_p_nom_minmax.csv``.

Can't render this file because it has a wrong number of fields in line 5.