preparing sector config data
This commit is contained in:
parent
0bf693c585
commit
678792009a
@ -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.
|
26
doc/configtables/sector.csv
Normal file
26
doc/configtables/sector.csv
Normal 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,,,
|
|
Loading…
Reference in New Issue
Block a user