-
Notifications
You must be signed in to change notification settings - Fork 43
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
REMIND/EDGE-T variable harmonization #650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing that! Please adjust the two minor things.
.buildlibrary
Outdated
@@ -11,6 +11,7 @@ AcceptedNotes: | |||
- Imports includes .* non-default packages. | |||
- unable to verify current time | |||
- checking installed package size | |||
- no visible global function definition for ':=' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rather add @importFrom data.table :=
to reportCrossVariables.R
, plotNashConvergence.R
and calc_CES_marginals.R
where it is currently missing.
And while you are at it, can you please adjust the unit of Expenditure|Transport|Fuel
to billion US$2005/yr
in this line such that we can close pik-piam/edgeTransport#268?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure! I did not know, that you can use it with dplyr as well..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Change ES reporting unit notation from bn to billion as it is more compatible with other piam variables like billion US$2005/yr and currently imlemented in reporttransport. This PR is related to PR #361 in piam_interfaces
AND remove very old edge-transport reporting that was used ages ago and is not compatible with the new version