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

Emi|GHG summation mismatch (B) #471

Closed
0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q opened this issue Sep 22, 2023 · 1 comment
Closed

Emi|GHG summation mismatch (B) #471

0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q opened this issue Sep 22, 2023 · 1 comment
Labels
invalid This doesn't seem right

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('Emi|GHG 1' == variable)
    
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
Projects
None yet
Development

No branches or pull requests

2 participants