remove unused geth2015 hydro capacities (#1246)
This commit is contained in:
parent
1b2ec575bc
commit
b207b4ebe8
@ -1,32 +0,0 @@
|
||||
# Table 25 from F. Geth et al., An overview of large-scale stationary electricity storage plants in Europe (2015) 1212–1227
|
||||
country,n,p_nom_discharge,p_nom_charge,e_stor
|
||||
AT,19,4.051,3.246,132.41
|
||||
BE,3,1.301,1.196,5.71
|
||||
BG,3,1.399,0.93,11.13
|
||||
HR,3,0.281,0.246,2.34
|
||||
CY,0,-,-,-
|
||||
CZ,3,1.119,1.145,5.72
|
||||
DK,0,-,-,-
|
||||
EE,0,-,-,-
|
||||
FI ,0,-,-,-
|
||||
FR,10,5.512,4.317,83.37
|
||||
DE,34,6.805,6.417,39.12
|
||||
GR,2,0.735,-,4.97
|
||||
HU,0,-,-,-
|
||||
IE,1,0.292,-,1.8
|
||||
IT,25,7.833,7.64,68.27
|
||||
LV,0,-,-,-
|
||||
LT,1,0.9,0.88,10.8
|
||||
LU,1,1.296,1.05,4.92
|
||||
MT,0,-,-,-
|
||||
NL,0,-,-,-
|
||||
PL,6,1.757,1.647,7.96
|
||||
PT,7,1.279,-,40.77
|
||||
RO,5,0.285,0.2,10.2
|
||||
SK,4,1.016,0.79,3.63
|
||||
SI,1,0.185,0.18,0.5
|
||||
ES,26,6.358,5.859,70
|
||||
SE,2,0.091,-,72.12
|
||||
GB,4,2.788,2.65,26.7
|
||||
NO,8,1.273,0.892,399.39
|
||||
CH,20,2.291,1.512,311.48
|
|
@ -469,7 +469,6 @@ rule add_electricity:
|
||||
regions=resources("regions_onshore.geojson"),
|
||||
powerplants=resources("powerplants.csv"),
|
||||
hydro_capacities=ancient("data/hydro_capacities.csv"),
|
||||
geth_hydro_capacities="data/geth2015_hydro_capacities.csv",
|
||||
unit_commitment="data/unit_commitment.csv",
|
||||
fuel_price=lambda w: (
|
||||
resources("monthly_fuel_price.csv")
|
||||
|
@ -51,7 +51,6 @@ Inputs
|
||||
.. image:: img/hydrocapacities.png
|
||||
:scale: 34 %
|
||||
|
||||
- ``data/geth2015_hydro_capacities.csv``: alternative to capacities above; not currently used!
|
||||
- ``resources/electricity_demand.csv`` Hourly per-country electricity demand profiles.
|
||||
- ``resources/regions_onshore.geojson``: confer :ref:`busregions`
|
||||
- ``resources/nuts3_shapes.geojson``: confer :ref:`shapes`
|
||||
|
Loading…
Reference in New Issue
Block a user