R/convertLPJmL.R

Defines functions convertLPJmL

#' @title convertLPJmL
#' @description Convert LPJmL content
#' @param x magpie object provided by the read function
#' @return List of magpie objects with results on cellular level, weight, unit and description.
#' @author Kristine Karstens
#' @seealso
#' \code{\link{readLPJmL}}
#' @examples
#'
#' \dontrun{
#'   readSource("LPJmL", subtype="soilc", convert=TRUE)
#' }
#'
#' @import madrat
#' @import magclass

convertLPJmL <- function(x){

  return(x)
}
pik-piam/moinput documentation built on June 9, 2020, 12:23 p.m.