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

SE|Electricity summation mismatch #472

Closed
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q opened this issue Sep 22, 2023 · 3 comments
Closed

SE|Electricity summation mismatch #472

0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q opened this issue Sep 22, 2023 · 3 comments
Assignees
Labels
invalid This doesn't seem right wontfix This will not be worked on

Comments

@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q
Copy link
Member

From #467
To replicate/inspect

  • check out this commit fbenke-pik@32630fa
  • get this file
    utils::download.file(
        'https://rse.pik-potsdam.de/data/example/remind2_test-convGDX2MIF_fulldata.gdx',
        'remind2_test-convGDX2MIF_fulldata.gdx', mode = 'wb')
    
  • run
    library(tidyverse)
    devtools::load_all()
    
    d <- convGDX2MIF('remind2_test-convGDX2MIF_fulldata.gdx')
    
    attr(d, 'summation_errors') %>% 
        filter('SE|Electricity' == variable)
    
@fschreyer
Copy link
Contributor

Summation gaps were reduced by #480, but still some inconsistency (up to 1%) remaining for variables describing SE electricity balance.

@LaviniaBaumstark
Copy link
Member

what ist the status of this issue? Do you plan to fix it for the REMIND 3.3.0 release or are we happy with the reduced differences?

@fschreyer fschreyer added the wontfix This will not be worked on label Mar 13, 2024
@fschreyer
Copy link
Contributor

We are not addressing this in the near future. Deviations are quite small and this would only need to be addressed if we have a very detailed look at electricity balances. I tagged won't fix for now. We can reopen it once it really bothers someone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants