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

Filtering OSeMOSYS UseByTechnology results #3

Open
AgnesBelt opened this issue Mar 26, 2021 · 0 comments
Open

Filtering OSeMOSYS UseByTechnology results #3

AgnesBelt opened this issue Mar 26, 2021 · 0 comments
Assignees

Comments

@AgnesBelt
Copy link
Collaborator

When filtering results by fuel from UseByTechnology.csv, some of the values returned are not correct.

UseByTechnology.csv provides results in the following format:

Region Timeslice Technology Fuel Year Value
Globe ID ALUPLANT C1_S_ELC 2010 0.9782
Globe ID ALUPLANT C1_S_ELC 2011 0.9822
Globe ID ALUPLANT C1_S_ELC 2012 1.0104
Globe IN ALUPLANT C1_S_ELC 2010 0.9782
Globe IN ALUPLANT C1_S_ELC 2011 0.9822
Globe IP ALUPLANT C1_S_ELC 2010 0.9782
Globe IP ALUPLANT C1_S_ELC 2011 0.9822

It seems there is an issue with summing the values for technology/fuel combination across different timeslices.
Per each year, the script should filter the technology(ALUPLANT)/fuel(C1_S_ELC) combination and sum all values across different timeslices. If more technologies are aggregated and filtered based on the same fuels, the sum of all technologies(e.g. ALUPLANT,CEMPLANT,STEPLANT)/fuel(C1_S_ELC) combinations across timeslices should be returned.

Taking as example the filtering of secondary electricity (fuel = C1_S_ELC) used by Industries (technologies = ALUPLANT, CEMPLANT, FERTPLANT, PAPPLANT, PETAPLANT, PETBPLANT, STEPLANT) in GLUCOSE, the following results as indicated under FinalEnergy|Industry|Electricity in here should be obtained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants