preparing sector config data

This commit is contained in:
virio-andreyana 2023-06-22 10:23:54 +02:00
parent 0bf693c585
commit 678792009a
2 changed files with 27 additions and 1 deletions

View File

@ -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() <https://github.com/PyPSA/pypsa-eur/blob/6b964540ed39d44079cdabddee8333f486d0cd63/scripts/prepare_network.py#L110>`_ and its `caller <https://github.com/PyPSA/pypsa-eur/blob/6b964540ed39d44079cdabddee8333f486d0cd63/scripts/prepare_network.py#L146>`__), In active use
``nH``, i.e. ``2H``-``6H``, "Resample the time-resolution by averaging over every ``n`` snapshots, ``prepare_network``: `average_every_nhours() <https://github.com/PyPSA/pypsa-eur/blob/6b964540ed39d44079cdabddee8333f486d0cd63/scripts/prepare_network.py#L110>`_ and its `caller <https://github.com/PyPSA/pypsa-eur/blob/6b964540ed39d44079cdabddee8333f486d0cd63/scripts/prepare_network.py#L146>`__)", 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() <https://github.com/PyPSA/pypsa-eur/blob/6b964540ed39d44079cdabddee8333f486d0cd63/scripts/prepare_network.py#L19>`_ and its `caller <https://github.com/PyPSA/pypsa-eur/blob/6b964540ed39d44079cdabddee8333f486d0cd63/scripts/prepare_network.py#L154>`__, 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

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

View File

@ -0,0 +1,26 @@
,Unit,Values,Description
district_heating,,,`prepare_sector_network.py <https://github.com/PyPSA/pypsa-eur-sec/blob/master/scripts/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 <https://github.com/PyPSA/pypsa-eur-sec/blob/master/scripts/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 <https://github.com/PyPSA/pypsa-eur-sec/blob/master/scripts/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,,,
1 Unit Values Description
2 district_heating `prepare_sector_network.py <https://github.com/PyPSA/pypsa-eur-sec/blob/master/scripts/prepare_sector_network.py>`_
3 -- 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
4 -- 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
5 -- district_heating_loss float
6 cluster_heat_buses bool cluster residential and service heat buses in `prepare_sector_network.py <https://github.com/PyPSA/pypsa-eur-sec/blob/master/scripts/prepare_sector_network.py>`_ to one to save memory.
7 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 <https://github.com/PyPSA/pypsa-eur-sec/blob/master/scripts/build_transport_demand.py>`_.
8 bev_dsm_restriction_time float Time at which SOC of BEV has to be dsm_restriction_value
9 transport_heating_deadband_upper
10 transport_heating_deadband_lower
11 ICE_lower_degree_factor
12 ICE_upper_degree_factor
13 EV_lower_degree_factor
14 EV_upper_degree_factor
15 bev_dsm
16 bev_availability
17 bev_energy
18 bev_charge_efficiency
19 bev_plug_to_wheel_efficiency
20 bev_charge_rate
21 bev_avail_max
22 bev_avail_mean
23 v2g
24 land_transport_fuel_cell_share
25 land_transport_electric_share
26 land_transport_ice_share