Report edge tupdate#69
Conversation
extraploate liquids split after some values are kicked out due to NAs in the gdx
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 11 11
Lines 1441 1523 +82
======================================
- Misses 1441 1523 +82
Continue to review full report at Codecov.
|
| RegAggregation <- data.table( | ||
| aggr_reg = c("EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "NEU", "NEU"), | ||
| region = c("ENC", "EWN", "ECS", "ESC", "ECE", "FRA", "DEU", "UKI", "ESW", "NES", "NEN")) | ||
| aggr_reg = c("EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "EUR", "NEU", "NEU"), |
There was a problem hiding this comment.
these lists should be loaded from the GDX similar to what is done in the main reporting:
https://github.com/pik-piam/remind2/blob/master/R/convGDX2MIF.R#L28
|
another question: why do we need to unify |
|
I changed it for compatibility with REMIND compareScenarios2 and I think it makes things a lot easier if you do not have different units for freight and passenger energy services as long as our definition is clear on that (vkm are still vkm and km is either tkm for freight or pkm for passenger) |
-Bugfixes related to the embedding of the split liquids function
-Bugfix related to the Pass|Rail|non-HSR aggregation
-Aggregation of "World" region even if no regionSubsetList is provided
-Function was fully tested and compared to the reportEDGETransport function in remind2 so that it offers the same
functionality
Changes compared to reportEDGETransport in remind2 are: