You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/configtables/plotting.csv
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,14 @@
1
1
,Unit,Values,Description
2
+
heat_sources,,,
3
+
-- enable_heat_source_maps,--,bool,If true generate temporal aggregate maps for heat sources
2
4
map,,,
3
5
-- boundaries,°,"[x1,x2,y1,y2]",Boundaries of the map plots in degrees latitude (y) and longitude (x)
4
6
-- geomap_colors,,,
5
7
-- -- ocean,--,str,Color of the ocean in the geomap.
6
8
-- -- land,--,str,Color of the land in the geomap.
9
+
interactive_bus_balance,,,
10
+
-- bus_name_pattern,--,str,Regex pattern to match bus names for which interactive balance time series are plotted. E.g. 'DE*' for all buses starting with 'DE'.
11
+
7
12
projection,,,
8
13
-- name,--,Valid Cartopy projection name,See https://scitools.org.uk/cartopy/docs/latest/reference/projections.html for list of available projections.
9
14
-- args,--,--,"Other entries under 'projection' are passed as keyword arguments to the projection constructor, e.g. ``central_longitude: 10.``."
Copy file name to clipboardExpand all lines: doc/configtables/sector.csv
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,17 +48,21 @@ district_heating,--,,
48
48
-- -- isentropic_compressor_efficiency,--,float,Isentropic efficiency of heat pump compressor assumed for approximation. Must be between 0 and 1.
49
49
-- -- heat_loss,--,float,Heat pump heat loss assumed for approximation. Must be between 0 and 1.
50
50
-- -- min_delta_t_lift,--,float,"Minimum feasible temperature lift for heat pumps, used to approximate technical limits in heat pump operation. This value accounts for practical constraints in heat pump design."
51
-
-- limited_heat_sources,--,Dictionary with names of limited heat sources (not air) for which data by Fraunhofer ISI (`Manz et al. 2024 <https://www.sciencedirect.com/science/article/pii/S0960148124001769>) is used,
52
-
-- -- geothermal,-,Name of the heat source. Must be the same as in ``heat_pump_sources``,
51
+
-- -- min_delta_t_lift,--,float,"Minimum feasible temperature lift for heat pumps, used to approximate technical limits in heat pump operation. This value accounts for practical constraints in heat pump design."
52
+
-- limited_heat_sources,--,,Dictionary with names of limited heat sources (not air). Must be `river_water` / `geothermal` or another heat source in `Manz et al. 2024 <https://www.sciencedirect.com/science/article/pii/S0960148124001769>`__)
53
+
54
+
-- -- river_water,-,Name of the heat source. Must be the same as in ``heat_pump_sources``,
-- -- -- ignore_missing_regions,--,Boolean,Ignore missing regions in the data and fill with zeros or raise an error
55
57
-- direct_utilisation_heat_sources,--,List of heat sources for direct heat utilisation in district heating. Must be in the keys of `heat_utilisation_potentials` (e.g. ``geothermal``),
56
58
-- temperature_limited_stores,,Dictionary with names for stores used as limited heat sources
57
59
-- -- ptes,-,Name of the heat source. Must be the same as in ``heat_pump_sources``
60
+
-- dh_area_buffer,m,float,The buffer by which dh_area shapes from Manz et al. are increased
58
61
-- heat_pump_sources,--,,
59
-
-- -- urban central,--,List of heat sources for heat pumps in urban central heating,
60
-
-- -- urban decentral,--,List of heat sources for heat pumps in urban decentral heating,
61
-
-- -- rural,--,List of heat sources for heat pumps in rural heating,
62
+
-- -- urban central,--,"List of heat sources for heat pumps in urban central heating. Must be one of [air, river_water, sea_water, geothermal]",
63
+
-- -- urban decentral,--,"List of heat sources for heat pumps in urban decentral heating. Must be one of [air]",
64
+
-- -- rural,--,"List of heat sources for heat pumps in rural heating. Must be one of [air, ground]",
65
+
62
66
cluster_heat_buses,--,"{true, false}",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.
63
67
bev_dsm_restriction _value,--,float,Adds a lower state 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>`_. Set to 0 for no restriction on BEV DSM
64
68
bev_dsm_restriction _time,--,float,Time at which SOC of BEV has to be dsm_restriction_value
@@ -166,6 +170,7 @@ methanol,--,--,Add methanol as carrrier and add enabled methnol technologies
166
170
-- -- biomass_to_methanol,--,"{true, false}"," Add biomass to methanol"
167
171
-- -- biomass_to_methanol_cc,--,"{true, false}"," Add biomass to methanol with carbon capture"
168
172
ammonia,--,"{true, false, regional}","Add ammonia as a carrrier. It can be either true (copperplated NH3), false (no NH3 carrier) or ""regional"" (regionalised NH3 without network)"
173
+
min_part_load_electrolysis,per unit of p_nom,float,The minimum unit dispatch (``p_min_pu``) for electrolysis
169
174
min_part_load_fischer _tropsch,per unit of p_nom,float,The minimum unit dispatch (``p_min_pu``) for the Fischer-Tropsch process
170
175
min_part_load _methanolisation,per unit of p_nom,float,The minimum unit dispatch (``p_min_pu``) for the methanolisation process
171
176
use_fischer_tropsch _waste_heat,--,"{true, false}",Add option for using waste heat of Fischer Tropsch in district heating networks
@@ -222,4 +227,4 @@ imports,,,
222
227
-- limit,TWh,float,Maximum allowed renewable energy imports
223
228
-- limit_sense,--,"{==, <=, >=}",Sense of the limit
224
229
-- price,,"{H2, NH3, methanol, gas, oil}",
225
-
-- -- {carrier},currency/MWh,float,Price for importing renewable energy of carrier
230
+
-- -- {carrier},currency/MWh,float,Price for importing renewable energy of carrier
0 commit comments