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

Fix Mongolia parser, add thermal + battery support [Mostly complete, needs some work so if someone else wants to complete this please do] #7444

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
10 changes: 10 additions & 0 deletions config/zones/MN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ emissionFactors:
datetime: '2020-01-01'
source: IEA 2020; assumes 92.85% coal, 5.78%% oil, 1.37% hydro in unknown
value: 729.1
- datetime: '2024-11-25'
source: IEA 2020; assumes 94.14% coal, 5.86% oil in unknown
value: 739
lifecycle:
battery discharge:
- datetime: '2023-01-01'
Expand All @@ -46,6 +49,9 @@ emissionFactors:
datetime: '2020-01-01'
source: IEA 2020; assumes 92.85% coal, 5.78%% oil, 1.37% hydro in unknown
value: 799.2
- datetime: '2024-11-25'
source: IEA 2020; assumes 94.14% coal, 5.86% oil in unknown
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This source also says IEA 2020 but has different values from two lines up, is that correct?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, basically I used the same source but simply removed hydro since that will now be reported on it's own.

value: 810
fallbackZoneMixes:
powerOriginRatios:
- _source: Electricity Maps, 2023 average
Expand All @@ -68,11 +74,15 @@ isLowCarbon:
- _url: https://www.iea.org/fuels-and-technologies/electricity
datetime: '2020-01-01'
value: 0.0137
- datetime: '2024-11-25'
value: 0
isRenewable:
unknown:
- _url: https://www.iea.org/fuels-and-technologies/electricity
datetime: '2020-01-01'
value: 0.0137
- datetime: '2024-11-25'
value: 0
parsers:
consumption: MN.fetch_consumption
production: MN.fetch_production
Expand Down
Loading