-
Notifications
You must be signed in to change notification settings - Fork 45
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
calcIO does not return ngt or ngcc generation data (only gaschp and x_gas2elec) #383
Comments
I have really no idea what's going on here, so I'd leave this to you @fbenke-pik :) |
subtype here: Looks to me like this is not part of the mappingfile i.e. none of the IEA products and flows (column C and D) is mapped to the correct REMIND in, out, tech combination (columns E,F,G). You will need to create the correct mapping entries for this (maybe @Renato-Rodrigues or @robertpietzcker can help) |
OK, looks like the behavior is correct, just confusing and poorly documented. The x_gas2elec technology is apparently a catchall for non-CHP gas plants, which then gets assigned completely to ngcc in REMIND (though the comments suggest it was previously assigned completely to ngt). So I guess it's worth asking, @robertpietzcker and @Renato-Rodrigues: is this mapping convention a matter of necessity or tradition at this point? |
I don't get the initial comment. so I must somehow be misunderstanding the original issue. Could you try to explain once more, Steve?
IN REMIND itself, it is then distributed in module 04/datainput from line 375 on according to the share of gas electricity in total power generation, as a low share will likely lead to a mostly peaking role, while a large share means much more plants with high full load hours such as ngcc: |
@robertpietzcker No no, you're right, we've since figured out that there's no issue with data or functionality. I just wasn't aware that x_gas2elec is a placeholder and not a tech, and there's no description for it in core/sets. So, this is just a low priority question on documentation/mapping convention (sorry, only labeled it as such now). Since x_gas2elec is mapped 1-to-1 with ngcc within REMIND, is it really necessary? |
it is not :-) |
Stephen, is this still current? If not, please close. Otherwise, anything to do on my end? |
As a result, calcIO gives <25% of global gas power generation compared against "SE|Electricity|+|Gas (EJ/yr)" from calcEmber. First guess: it's probably related to this commit.
dimSums(seelgen[, 2000:2020, "pegas.seel.gaschp"], 1) / dimSums(ember_nat[, 2000:2020, "SE|Electricity|+|Gas (EJ/yr)"], 1)
The text was updated successfully, but these errors were encountered: