pik-piam/remind2

SE|Electricity summation mismatch

Closed this issue · 3 comments

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)
    

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

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?

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.