From c1fa0564d0c22837d50978327b8af15a2d79ed54 Mon Sep 17 00:00:00 2001 From: Alexey Kozlov Date: Tue, 14 Apr 2020 13:52:27 +0200 Subject: [PATCH] update UA capacity (#2373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Ukraine capacity as of 11/2019 according to https://ua.energy/vstanovlena-potuzhnist-energosystemy-ukrayiny/ - update renewables - split hydro (ГЕС) and hydro_storage (ГАЕС) * update Ukraine capacity source * update UA capacity * update UA capacity * Update config/zones.json --- config/zones.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/config/zones.json b/config/zones.json index 3b28c7dac5..0fe718e91b 100644 --- a/config/zones.json +++ b/config/zones.json @@ -4360,14 +4360,15 @@ }, "UA": { "capacity": { - "biomass": 123, - "hydro": 4819, - "hydro storage": 1474, + "biomass": 151, + "hydro": 4810, + "hydro storage": 1487, "nuclear": 13835, - "solar": 3145, - "wind": 1013 + "solar": 4231, + "wind": 1036 }, "contributors": [ + "https://github.com/amkozlov", "https://github.com/denplis", "https://github.com/corradio", "https://github.com/MariusKroon", @@ -6674,4 +6675,4 @@ }, "timezone": "America/Montevideo" } -} \ No newline at end of file +}