From 604e4f2a834f6e4e5b48c79c04c628b18f7255dd Mon Sep 17 00:00:00 2001 From: Win_Surface_virio_andreyana Date: Thu, 13 Jul 2023 12:52:18 +0200 Subject: [PATCH] add description on technology_mapping --- doc/configtables/electricity.csv | 17 ++++++++++------- doc/configuration.rst | 3 --- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/configtables/electricity.csv b/doc/configtables/electricity.csv index 828c34df..eb087456 100644 --- a/doc/configtables/electricity.csv +++ b/doc/configtables/electricity.csv @@ -5,7 +5,7 @@ co2limit,:math:`t_{CO_2-eq}/a`,float,Cap on total annual system carbon dioxide e 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``. operational_reserve,,,Settings for reserve requirements following `GenX `_ - +,,, -- activate,bool,true or false,Whether to take operational reserve requirements into account during optimisation -- epsilon_load,--,float,share of total load -- epsilon_vres,--,float,share of total renewable supply @@ -19,15 +19,18 @@ extendable_carriers,,, -- Store,--,"Any subset of {'battery','H2'}",Adds extendable storage units (battery and/or hydrogen) at every node/bus after clustering without capacity limits and with zero initial capacity. -- Link,--,Any subset of {'H2 pipeline'},Adds extendable links (H2 pipelines only) at every connection where there are lines or HVDC links without capacity limits and with zero initial capacity. Hydrogen pipelines require hydrogen storage to be modelled as ``Store``. powerplants_filter,--,"use `pandas.query `_ strings here, e.g. ``Country not in ['Germany']``",Filter query for the default powerplant database. - +,,, custom_powerplants,--,"use `pandas.query `_ strings here, e.g. ``Country in ['Germany']``",Filter query for the custom powerplant database. - +,,, conventional_carriers,--,"Any subset of {nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass}","List of conventional power plants to include in the model from ``resources/powerplants.csv``. If an included carrier is also listed in ``extendable_carriers``, the capacity is taken as a lower bound." - +,,, renewable_carriers,--,"Any subset of {solar, onwind, offwind-ac, offwind-dc, hydro}",List of renewable generators to include in the model. estimate_renewable_capacities,,, -- enable,,bool,Activate routine to estimate renewable capacities --- from_opsd,--,bool,Add capacities from OPSD data --- year,--,bool,Renewable capacities are based on existing capacities reported by IRENA for the specified year +-- from_opsd,--,bool,Add renewable capacities from `OPSD database `_. The value is depreciated but still can be used. +-- year,--,bool,Renewable capacities are based on existing capacities reported by IRENA (IRENASTAT) for the specified year -- expansion_limit,--,float or false,"Artificially limit maximum IRENA capacities to a factor. For example, an ``expansion_limit: 1.1`` means 110% of capacities . If false are chosen, the estimated renewable potentials determine by the workflow are used." --- technology_mapping,,,Mapping between powerplantmatching and PyPSA-Eur technology names +-- technology_mapping,,,Mapping between PyPSA-Eur and powerplantmatching technology names +-- -- Offshore,--,"Any subset of {offwind-ac, offwind-dc}","List of PyPSA-Eur carriers that is considered as (IRENA, OPSD) onshore technology." +-- -- Offshore,--,{onwind},"List of PyPSA-Eur carriers that is considered as (IRENA, OPSD) offshore technology." +-- -- PV,--,{solar},"List of PyPSA-Eur carriers that is considered as (IRENA, OPSD) PV technology." diff --git a/doc/configuration.rst b/doc/configuration.rst index cb8127a9..5e288a7f 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -191,9 +191,6 @@ Switches for some rules and optional features. :widths: 25,7,22,30 :file: configtables/electricity.csv -.. note:: - Wind is the Fueltype in powerplantmatching, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur - .. _atlite_cf: ``atlite``