diff --git a/doc/configtables/sector-opts.csv b/doc/configtables/sector-opts.csv index 5a6b6852..ea39c3b0 100644 --- a/doc/configtables/sector-opts.csv +++ b/doc/configtables/sector-opts.csv @@ -1,5 +1,5 @@ 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 +``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,,In active use diff --git a/doc/configtables/sector.csv b/doc/configtables/sector.csv new file mode 100644 index 00000000..d553b7d9 --- /dev/null +++ b/doc/configtables/sector.csv @@ -0,0 +1,26 @@ +,Unit,Values,Description +district_heating,,,`prepare_sector_network.py `_ +-- potential,,float,maximum fraction of urban demand which can be supplied by district heating increase of today's district heating demand to potential maximum district heating share +-- progress,,Dictionary with planning horizons as keys.,Progress = 0 means today's district heating share. Progress = 1 means maximum fraction of urban demand is supplied by district heating +-- district_heating_loss,,float, +cluster_heat_buses,,bool,cluster residential and service heat buses in `prepare_sector_network.py `_ to one to save memory. +bev_dsm_restriction_value,,float,Adding a stage of charge (SOC) limit for battery electric vehicles (BEV) to manage its own energy demand (DSM). Located in `build_transport_demand.py `_. +bev_dsm_restriction_time,,float,Time at which SOC of BEV has to be dsm_restriction_value +transport_heating_deadband_upper,,, +transport_heating_deadband_lower,,, +ICE_lower_degree_factor,,, +ICE_upper_degree_factor,,, +EV_lower_degree_factor,,, +EV_upper_degree_factor,,, +bev_dsm,,, +bev_availability,,, +bev_energy,,, +bev_charge_efficiency,,, +bev_plug_to_wheel_efficiency,,, +bev_charge_rate,,, +bev_avail_max,,, +bev_avail_mean,,, +v2g,,, +land_transport_fuel_cell_share,,, +land_transport_electric_share,,, +land_transport_ice_share,,,