Skip to content

Commit

Permalink
Update co2eq_parameters.json for Croatia's unknown (#1965)
Browse files Browse the repository at this point in the history
* Update co2eq_parameters.json

https://www.hops.hr/page-file/oEvvKj779KAhmQg10Gezt2/temeljni-podaci/Temeljni%20podaci%202018.pdf

By suggestion from #1950 (comment)
I've tried to make an estimate.
For 2018 it's 6691 GWh hydro, 3206 GWh thermo, 1240 GWh wind. So unknown is 6691 GWh + 3206 GWh = 9897 GWh. Hydro taking 68% of the unknown. Then I did it like this 24*0.68+820*(1-0.68), where 24 represents the CO2 from hydro and 820 the CO2 from coal and 68 the share of hydro from the PDF reference.

* Update co2eq_parameters.json

Estimated as 24*0.68 + 700*(1-0.68), 24 being from hydro, 700 from typical unknown.
  • Loading branch information
seba1337 authored and systemcatch committed Sep 21, 2019
1 parent ea5a6a1 commit d3072b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/co2eq_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@
"value": 178.67099686684926
}
},
"HR": {
"unknown": {
"source": "2018 average estimated from https://www.hops.hr/page-file/oEvvKj779KAhmQg10Gezt2/temeljni-podaci/Temeljni%20podaci%202018.pdf",
"value": 240
}
},
"HU": {
"hydro discharge": {
"source": "2017 average by Tomorrow",
Expand Down

0 comments on commit d3072b4

Please sign in to comment.