From beae5e51110ca797bdecb4d935dfc0841086d1cb Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 16 Mar 2023 16:02:02 +0100 Subject: [PATCH] doc: fix number of columns for sector-oprt --- doc/configtables/sector-opts.csv | 20 ++++++++++---------- doc/tutorial_sector.rst | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/doc/configtables/sector-opts.csv b/doc/configtables/sector-opts.csv index 259cc197..5a6b6852 100644 --- a/doc/configtables/sector-opts.csv +++ b/doc/configtables/sector-opts.csv @@ -1,11 +1,11 @@ -Trigger, Description, Definition, Status, +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 -``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, -``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, -``T``,Add land transport sector,,, -``H``,Add heating sector,,, -``B``,Add biomass,,, -``I``,Add industry sector,,, -``A``,Add agriculture sector,,, -``dist``+``n``,Add distribution grid with investment costs of ``n`` times costs in ``data/costs_{cost_year}.csv``,,, -``seq``+``n``,Sets the CO2 sequestration potential to ``n`` Mt CO2 per year,,, +``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 +``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 +``T``,Add land transport sector,,In active use +``H``,Add heating sector,,In active use +``B``,Add biomass,,In active use +``I``,Add industry sector,,In active use +``A``,Add agriculture sector,,In active use +``dist``+``n``,Add distribution grid with investment costs of ``n`` times costs in ``data/costs_{cost_year}.csv``,,In active use +``seq``+``n``,Sets the CO2 sequestration potential to ``n`` Mt CO2 per year,,In active use diff --git a/doc/tutorial_sector.rst b/doc/tutorial_sector.rst index 929b5886..c63d2de0 100644 --- a/doc/tutorial_sector.rst +++ b/doc/tutorial_sector.rst @@ -528,4 +528,5 @@ configuration file. commit to a run: .. code:: bash + snakemake -call all -n