diff --git a/doc/configtables/opts.csv b/doc/configtables/opts.csv index 955d5e1e3..dc7a77a0c 100644 --- a/doc/configtables/opts.csv +++ b/doc/configtables/opts.csv @@ -1,13 +1,12 @@ -Trigger, Description, Definition, Status,, -``nH``, i.e. ``2H``-``6H``, Resample the time-resolution by averaging over every ``n`` snapshots, ``prepare_network``: `average_every_nhours() `_ and its `caller `__), In active use, -``nSEG``, e.g. ``4380SEG``,"Apply time series segmentation with `tsam `_ package to ``n`` adjacent snapshots of varying lengths based on capacity factors of varying renewables, hydro inflow and load.", ``prepare_network``: apply_time_segmentation(), In active use, -``Co2L``, Add an overall absolute carbon-dioxide emissions limit configured in ``electricity: co2limit``. If a float is appended an overall emission limit relative to the emission level given in ``electricity: co2base`` is added (e.g. ``Co2L0.05`` limits emissisions to 5% of what is given in ``electricity: co2base``), ``prepare_network``: `add_co2limit() `_ and its `caller `__, In active use,, -``Ep``, Add cost for a carbon-dioxide price configured in ``costs: emission_prices: co2`` to ``marginal_cost`` of generators (other emission types listed in ``network.carriers`` possible as well), ``prepare_network``: `add_emission_prices() `_ and its `caller `__, In active use,, -``CCL``, Add minimum and maximum levels of generator nominal capacity per carrier for individual countries. These can be specified in the file linked at ``electricity: agg_p_nom_limits`` in the configuration. File defaults to ``data/agg_p_nom_minmax.csv``., ``solve_network``, In active use,, -``EQ``,Require each country or node to on average produce a minimal share of its total consumption itself. Example: ``EQ0.5c`` demands each country to produce on average at least 50% of its consumption, ``EQ0.5`` demands each node to produce on average at least 50% of its consumption., ``solve_network``, In active use, -``ATK``,Require each node to be autarkic. Example: ``ATK`` removes all lines and links. ``ATKc`` removes all cross-border lines and links., ``prepare_network``, In active use,, -``BAU``, Add a per-``carrier`` minimal or maximal overall capacity," i.e. at least ``40GW`` of ``OCGT`` in Europe, or at maximum ``80GW`` of ``OCGT`` in Europe"," configured in ``electricity: BAU_mincapacities``, or in ``electricity: BAU_maxcapacities``", ``solve_network``: `add_opts_constraints() `__, Untested -``SAFE``, Add a capacity reserve margin of a certain fraction above the peak demand to which renewable generators and storage do *not* contribute. Ignores network., ``solve_network`` `add_opts_constraints() `__, Untested,, -``carrier+{c|p|m}factor``,"Alter the capital cost (``c``), installable potential (``p``) or marginal costs (``m``) of a carrier by a factor. Example: ``solar+c0.5`` reduces the capital cost of solar to 50\% of original values.", ``prepare_network``, In active use,, -``CH4L``,"Add an overall absolute gas limit. If configured in ``electricity: gaslimit`` it is given in MWh thermal, if a float is appended, the overall gaslimit is assumed to be given in TWh thermal (e.g. ``CH4L200`` limits gas dispatch to 200 TWh termal)", ``prepare_network``: ``add_gaslimit()``, In active use,, -``RES``, Add an overall relative share of renewable generation to total load (e.g. ``RES0.5`` enforces renewables to fulfil a 50% share of total load ).,,,, +Trigger, Description, Definition, Status +``nH``; i.e. ``2H``-``6H``, "Resample the time-resolution by averaging over every ``n`` snapshots", "``prepare_network``: `average_every_nhours() `_ and its `caller `__)", In active use +``nSEG``; e.g. ``4380SEG``,"Apply time series segmentation with `tsam `_ package to ``n`` adjacent snapshots of varying lengths based on capacity factors of varying renewables, hydro inflow and load.", ``prepare_network``: apply_time_segmentation(), In active use +``Co2L``, "Add an overall absolute carbon-dioxide emissions limit configured in ``electricity: co2limit``. If a float is appended an overall emission limit relative to the emission level given in ``electricity: co2base`` is added (e.g. ``Co2L0.05`` limits emissisions to 5% of what is given in ``electricity: co2base``)", "``prepare_network``: `add_co2limit() `_ and its `caller `__", In active use +``Ep``, "Add cost for a carbon-dioxide price configured in ``costs: emission_prices: co2`` to ``marginal_cost`` of generators (other emission types listed in ``network.carriers`` possible as well)", "``prepare_network``: `add_emission_prices() `_ and its `caller `__", In active use +``CCL``, "Add minimum and maximum levels of generator nominal capacity per carrier for individual countries. These can be specified in the file linked at ``electricity: agg_p_nom_limits`` in the configuration. File defaults to ``data/agg_p_nom_minmax.csv``.", "``solve_network``", In active use +``EQ``, "Require each country or node to on average produce a minimal share of its total consumption itself. Example: ``EQ0.5c`` demands each country to produce on average at least 50% of its consumption, ``EQ0.5`` demands each node to produce on average at least 50% of its consumption.", "``solve_network``, In active use``ATK``,Require each node to be autarkic. Example: ``ATK`` removes all lines and links. ``ATKc`` removes all cross-border lines and links., ``prepare_network``", In active use +``BAU``, "Add a per-``carrier`` minimal or maximal overall capacity, i.e. at least ``40GW`` of ``OCGT`` in Europe, or at maximum ``80GW`` of ``OCGT`` in Europe, configured in ``electricity: BAU_mincapacities``, or in ``electricity: BAU_maxcapacities``.", "``solve_network``: `add_opts_constraints() `__", Untested +``SAFE``, "Add a capacity reserve margin of a certain fraction above the peak demand to which renewable generators and storage do *not* contribute. Ignores network.", "``solve_network`` `add_opts_constraints() `__", Untested +``carrier+{c|p|m}factor``,"Alter the capital cost (``c``), installable potential (``p``) or marginal costs (``m``) of a carrier by a factor. Example: ``solar+c0.5`` reduces the capital cost of solar to 50\% of original values.", "``prepare_network``", In active use +``CH4L``,"Add an overall absolute gas limit. If configured in ``electricity: gaslimit`` it is given in MWh thermal, if a float is appended, the overall gaslimit is assumed to be given in TWh thermal (e.g. ``CH4L200`` limits gas dispatch to 200 TWh termal)", "``prepare_network``: ``add_gaslimit()``", In active use +``RES``, "Add an overall relative share of renewable generation to total load (e.g. ``RES0.5`` enforces renewables to fulfil a 50% share of total load ).", , In active use