powered by
MAgPIE objects can be incomplete to reduce memory. This function blows up a magpie object to its real dimensions, so you can apply unwrap.
complete_magpie(x, fill = NA)
MAgPIE object which should be completed.
Value that shall be written into the missing entries
The completed MAgPIE object
add_dimension,clean_magpie
add_dimension
clean_magpie
# NOT RUN { pop <- maxample("pop") a <- complete_magpie(pop) b <- add_dimension(a) c <- add_dimension(a,nm="dummy2") incomplete<-mbind(b[,,1],c) d<-complete_magpie(incomplete) # }
Run the code above in your browser using DataLab