Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation test for emissions factor references provided in zone configs #6001

Merged
merged 34 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1464290
zone config: retain 'emissionFactors' key after configuration is loaded
jayaddison Oct 11, 2023
2a483ce
tests: add test case to validate the reference sources listed in zone…
jayaddison Oct 11, 2023
4075bdc
Run 'poetry run format'
jayaddison Oct 11, 2023
eb39522
Merge branch 'master' into tests/emissions-factor-reference-validation
jayaddison Oct 12, 2023
e4e701c
Zone model: add emissionFactors field to allow pydantic validation to…
jayaddison Oct 12, 2023
3ca1990
config.model: relocate 'Zone' class definition so that it can referen…
jayaddison Oct 12, 2023
88ea0a6
config.model: add ZoneEmissionFactors model to represent emissions fa…
jayaddison Oct 12, 2023
2de8e37
config.model: cleanup: remove outdated comment
jayaddison Oct 12, 2023
efd56dc
config.model: cleanup: use snake-casing
jayaddison Oct 12, 2023
009b652
tests: migrate to a pydantic-model-based reference-testing approach
jayaddison Oct 12, 2023
bf3d534
Revert "config.model: cleanup: use snake-casing"
jayaddison Oct 12, 2023
dc894e1
Revert "config.model: cleanup: remove outdated comment"
jayaddison Oct 12, 2023
a56fb1b
Revert "config.model: add ZoneEmissionFactors model to represent emis…
jayaddison Oct 12, 2023
9c45e87
Revert "config.model: relocate 'Zone' class definition so that it can…
jayaddison Oct 12, 2023
ec67a64
Revert "Zone model: add emissionFactors field to allow pydantic valid…
jayaddison Oct 12, 2023
24579d3
Revert "zone config: retain 'emissionFactors' key after configuration…
jayaddison Oct 12, 2023
46a5e02
tests: refactor zone reference-testing to use existing CO2EQ_CONFIG_M…
jayaddison Oct 12, 2023
9ea16a0
tests: apply isort-preferred module formatting
jayaddison Oct 12, 2023
d375bff
tests: every zone production mode estimate must provide a source refe…
jayaddison Oct 12, 2023
65e3856
config: refactor-out HOPS source reference into an origin document an…
jayaddison Oct 12, 2023
1280f08
config: refactor-out references to IEA MX energy generation ix report…
jayaddison Oct 12, 2023
a40152b
config: refactor-out references to IPCC 2014 Ocean (includes tidal) e…
jayaddison Oct 12, 2023
9558c35
config: refactor-out references to data partially derived from the Gu…
jayaddison Oct 12, 2023
cd94f6b
config: refactor-out references to Enerdata as a data source from zon…
jayaddison Oct 13, 2023
bb9317e
tests: factor-out special-case Electricity Maps reference by rephrasi…
jayaddison Oct 13, 2023
86df047
config: rephrase CA-AB source assumption note into a more grammatical…
jayaddison Oct 13, 2023
cf04019
config: fixup: data for IN-KA shouldn't be described as an assumption…
jayaddison Oct 13, 2023
1de0de2
config: factor-out sources for assumed 50-50 solar:wind renewables mi…
jayaddison Oct 13, 2023
42e27fe
tests: cleanup: 'emission_factors' and the 'zone_overrides' subfield …
jayaddison Oct 13, 2023
96974de
tests: add assertion that top-level sources configuration is present …
jayaddison Oct 16, 2023
423c304
tests: lint fixup: comment brevity to fix within line length limits
jayaddison Oct 16, 2023
b0acba5
tests: nitpick: standardize error message format, and include full pa…
jayaddison Oct 18, 2023
ff5cc0c
Merge branch 'master' into tests/emissions-factor-reference-validation
jayaddison Oct 23, 2023
e483392
config: add top-level 'source' entry to CH zone config for results de…
jayaddison Oct 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/zones/CA-AB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ emissionFactors:
source: Electricity Maps, 2021 average
value: 483.05444890890203
unknown:
source: 'Battle River dual fuel power plant: 50% coal and 50% natural gas'
source: 'assumes 50% coal and 50% natural gas from Battle River dual fuel power plant'
value: 655
fallbackZoneMixes:
powerOriginRatios:
Expand Down
4 changes: 2 additions & 2 deletions config/zones/CH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ emissionFactors:
_comment:
'Source ENTSOE, Swiss government and Electricity Maps: https://github.com/electricitymaps/electricitymaps-contrib/pull/2898
and https://docs.google.com/spreadsheets/d/1FLHQ6e9Es08BIqX654BM3SEb_fuAk4k4O-6cmRXyw_E/'
source: 52% hydro storage, 48% unknown thermal
source: assumes 52% hydro storage, 48% unknown thermal
value: 288
lifecycle:
battery discharge:
Expand Down Expand Up @@ -147,7 +147,7 @@ emissionFactors:
_comment:
'Source ENTSOE, Swiss government and Electricity Maps: https://github.com/electricitymaps/electricitymaps-contrib/pull/2898
and https://docs.google.com/spreadsheets/d/1FLHQ6e9Es08BIqX654BM3SEb_fuAk4k4O-6cmRXyw_E/'
source: 52% hydro storage, 48% unknown thermal
source: assumes 52% hydro storage, 48% unknown thermal
value: 383
estimation_method: RECONSTRUCT_BREAKDOWN
fallbackZoneMixes:
Expand Down
6 changes: 4 additions & 2 deletions config/zones/FO-MI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ emissionFactors:
source: EU-ETS, ENTSO-E 2021
value: 1193.417464
unknown:
source: Tidal (IPCC 2014)
comment: Data reflects Ocean (tidal) direct emissions from table A.III.2
source: IPCC 2014
value: 0
lifecycle:
biomass:
Expand Down Expand Up @@ -60,7 +61,8 @@ emissionFactors:
source: EU-ETS, ENTSO-E 2021; IPCC 2014
value: 1437.417464
unknown:
source: Tidal (IPCC 2014)
comment: Data reflects median Ocean (tidal) lifecycle emissions from table A.III.2
source: IPCC 2014
value: 17
wind:
datetime: '2014-01-01'
Expand Down
6 changes: 4 additions & 2 deletions config/zones/FO.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ emissionFactors:
source: EU-ETS, ENTSO-E 2021
value: 1193.417464
unknown:
source: Tidal (IPCC 2014)
comment: Data reflects Ocean (tidal) direct emissions from table A.III.2
source: IPCC 2014
value: 0
lifecycle:
battery discharge:
Expand Down Expand Up @@ -124,7 +125,8 @@ emissionFactors:
source: EU-ETS, ENTSO-E 2021; IPCC 2014
value: 1437.417464
unknown:
source: Tidal (IPCC 2014)
comment: Data reflects median Ocean (tidal) lifecycle emissions from table A.III.2
source: IPCC 2014
value: 17
wind:
datetime: '2014-01-01'
Expand Down
7 changes: 5 additions & 2 deletions config/zones/GT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ emissionFactors:
value: 269.6478450016261
unknown:
_url: https://docs.google.com/spreadsheets/d/1CegROfej9HqRZTfihpjPpgZTYPUHrTNgTdHWbbP3w74/edit#gid=291258352
source: Guatemala AMM 2021-2022 and IEA 2020
source: Guatemala AMM 2021-2022; IEA 2020
value: 383.240577
lifecycle:
battery discharge:
Expand Down Expand Up @@ -113,7 +113,7 @@ emissionFactors:
value: 311.9991841222269
unknown:
_url: https://docs.google.com/spreadsheets/d/1CegROfej9HqRZTfihpjPpgZTYPUHrTNgTdHWbbP3w74/edit#gid=291258352
source: Guatemala AMM 2021-2022 and IEA 2020
source: Guatemala AMM 2021-2022; IEA 2020
value: 549.9988504
fallbackZoneMixes:
powerOriginRatios:
Expand Down Expand Up @@ -181,3 +181,6 @@ parsers:
consumption: GT.fetch_consumption
production: GT.fetch_production
timezone: America/Guatemala
sources:
Guatemala AMM 2021-2022:
link: https://www.amm.org.gt/portal
6 changes: 5 additions & 1 deletion config/zones/HR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ emissionFactors:
source: INCER ACV
value: 29.03333333
unknown:
source: 2018 average estimated from https://www.hops.hr/page-file/oEvvKj779KAhmQg10Gezt2/temeljni-podaci/Temeljni%20podaci%202018.pdf
source: HOPS 2018; HOPS 2018 derived calculation
value: 240
wind:
datetime: '2021-01-01'
Expand Down Expand Up @@ -171,6 +171,10 @@ price_displayed: false
sources:
EU-ETS, ENTSO-E 2021:
link: https://drive.google.com/file/d/15UeUHyhcjVw8fGLc0Zx_HELSx20cw_-e/view?usp=share_link
HOPS 2018:
link: https://www.hops.hr/page-file/oEvvKj779KAhmQg10Gezt2/temeljni-podaci/Temeljni%20podaci%202018.pdf
HOPS 2018 derived calculation:
link: https://github.com/electricitymaps/electricitymaps-contrib/pull/1965
INCER ACV:
link: https://docs.google.com/spreadsheets/d/1w5DJ7sPen6axIHU8TCVcuzNCjlct4I6JAbhUlw-ZXu8/edit?usp=sharing
IPCC 2014:
Expand Down
11 changes: 7 additions & 4 deletions config/zones/IN-KA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ emissionFactors:
source: Electricity Maps, 2021 average
value: 459.2042079468457
unknown:
_comment: 'Source: Souther Regional Load Dispatch Center Allocation Limits'
_url:
- http://srldc.org/2018-19srallocation.aspx
source: calculated 20% nuclear, 80% thermal (coal)
_comment: calculated 20% nuclear, 80% thermal (coal)
source: Souther Regional Load Dispatch Center Allocation Limits 2018-2019; SRLDC 2018-2019 derived calculation for Karnataka
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zuron7 this is data you collected a few years ago now, but I wondered whether you know where there might be updated data for Karnataka from SRLDC (or elsewhere)? It looks like their website has moved from srldc.org to srldc.in, and I'm having difficulty accessing it.

value: 658.4
fallbackZoneMixes:
powerOriginRatios:
Expand Down Expand Up @@ -169,3 +167,8 @@ parsers:
consumption: IN_KA.fetch_consumption
production: IN_KA.fetch_production
timezone: Asia/Kolkata
sources:
Souther Regional Load Dispatch Center Allocation Limits 2018-2019:
link: http://srldc.org/2018-19srallocation.aspx
SRLDC 2018-2019 derived calculation for Karnataka:
link: https://github.com/electricitymaps/electricitymaps-contrib/issues/1867
8 changes: 4 additions & 4 deletions config/zones/JP-CG.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ capacity:
emissionFactors:
lifecycle:
unknown:
_comment: 'Source: Enerdata 2022 Japanese National Average'
_url:
- https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
source: Enerdata 2022
source: 'Enerdata 2022 Japanese National Average'
value: 462
contributors:
- tmslaine
Expand All @@ -31,3 +28,6 @@ parsers:
price: JP.fetch_price
production: JP.fetch_production
timezone: Asia/Tokyo
sources:
Enerdata 2022 Japanese National Average:
link: https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
8 changes: 4 additions & 4 deletions config/zones/JP-HKD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ contributors:
emissionFactors:
lifecycle:
unknown:
_comment: 'Source: Enerdata 2022 Japanese National Average'
_url:
- https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
source: Enerdata 2022
source: 'Enerdata 2022 Japanese National Average'
value: 462
parsers:
consumptionForecast: JP.fetch_consumption_forecast
price: JP.fetch_price
production: JP.fetch_production
timezone: Asia/Tokyo
sources:
Enerdata 2022 Japanese National Average:
link: https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
8 changes: 4 additions & 4 deletions config/zones/JP-HR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ disclaimer: The data provider (Hokuriku Electric Power Co.,Inc.) provides live d
emissionFactors:
lifecycle:
unknown:
_comment: 'Source: Enerdata 2022 Japanese National Average'
_url:
- https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
source: Enerdata 2022
source: 'Enerdata 2022 Japanese National Average'
value: 462
parsers:
consumptionForecast: JP.fetch_consumption_forecast
price: JP.fetch_price
production: JP.fetch_production
timezone: Asia/Tokyo
sources:
Enerdata 2022 Japanese National Average:
link: https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
8 changes: 4 additions & 4 deletions config/zones/JP-ON.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ capacity:
emissionFactors:
lifecycle:
unknown:
_comment: 'Source: Enerdata 2022 Japanese National Average'
_url:
- https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
source: Enerdata 2022
source: 'Enerdata 2022 Japanese National Average'
value: 462
parsers:
consumptionForecast: JP.fetch_consumption_forecast
price: JP.fetch_price
production: JP.fetch_production
timezone: Asia/Tokyo
sources:
Enerdata 2022 Japanese National Average:
link: https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
8 changes: 4 additions & 4 deletions config/zones/JP-SK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ disclaimer: The data provider (Yonden Shikoku Electric Power Co.,Inc.) provides
emissionFactors:
lifecycle:
unknown:
_comment: 'Source: Enerdata 2022 Japanese National Average'
_url:
- https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
source: Enerdata 2022
source: 'Enerdata 2022 Japanese National Average'
value: 462
parsers:
consumptionForecast: JP.fetch_consumption_forecast
price: JP.fetch_price
production: JP.fetch_production
timezone: Asia/Tokyo
sources:
Enerdata 2022 Japanese National Average:
link: https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
8 changes: 4 additions & 4 deletions config/zones/JP-TH.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ contributors:
emissionFactors:
lifecycle:
unknown:
_comment: 'Source: Enerdata 2022 Japanese National Average'
_url:
- https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
source: Enerdata 2022
source: 'Enerdata 2022 Japanese National Average'
value: 462
parsers:
consumptionForecast: JP.fetch_consumption_forecast
price: JP.fetch_price
production: JP.fetch_production
timezone: Asia/Tokyo
sources:
Enerdata 2022 Japanese National Average:
link: https://www.climate-transparency.org/wp-content/uploads/2022/10/CT2022-Japan-Web.pdf
7 changes: 5 additions & 2 deletions config/zones/MX-CE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
7 changes: 5 additions & 2 deletions config/zones/MX-NE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
7 changes: 5 additions & 2 deletions config/zones/MX-NO.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
7 changes: 5 additions & 2 deletions config/zones/MX-NW.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
7 changes: 5 additions & 2 deletions config/zones/MX-OC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
7 changes: 5 additions & 2 deletions config/zones/MX-OR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
7 changes: 5 additions & 2 deletions config/zones/MX-PN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ emissionFactors:
direct:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 305
lifecycle:
unknown:
- datetime: '2020-01-01'
source: 'https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020'
source: 'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris'
comment: 'Assumes a mix of 3.6% nuclear, 8.8% hydro, 8.4% oil, 63.4% gas, 4.2% coal, 4.3%solar, 5.9% wind, 1.5% other renewables with default IPCC2014 values.'
value: 411
parsers:
consumption: CENACE.fetch_consumption
sources:
'IEA, Electricity generation mix in Mexico, 1 Jan - 30 Sep, 2019 and 2020, IEA, Paris':
link: https://www.iea.org/data-and-statistics/charts/electricity-generation-mix-in-mexico-1-jan-30-sep-2019-and-2020
Loading