Replies: 1 comment 1 reply
-
gdxAggregate should work with any resolution, you just need to think about the right weight... what exactly did you try? If you want to do it properly, I think the best way would be to read in the carbon densities on 0.5° and use those as disaggregation weight. tgz <- paste0("/p/projects/landuse/data/input/archive/",strsplit(cfg$input[1],split = "c200")[[1]][[1]],"0.5.tgz") (instead of yields, you shoudl take the carbon densities of the different land types) |
Beta Was this translation helpful? Give feedback.
-
Dear MAgPIE community,
I'm trying to extract carbon stock using function
carbonstock
at grid level. However, the level of aggregation in this function only includes "cell", "reg", "glo" and "regglo". Is there any other way to disaggregate it at grid level?I tried with
gdxAggregate()
but it does not work...Many thanks for your suggestions!
Beta Was this translation helpful? Give feedback.
All reactions