Skip to content

Commit

Permalink
update UA capacity (electricitymaps#2373)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
amkozlov authored Apr 14, 2020
1 parent b413410 commit c1fa056
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/zones.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -6674,4 +6675,4 @@
},
"timezone": "America/Montevideo"
}
}
}

0 comments on commit c1fa056

Please sign in to comment.