R/calcWeightNash.R

Defines functions calcWeightNash

calcWeightNash <- function() {
  
  x <- readSource("REMIND_11Regi",subtype="nashWeight")
  getNames(x) <- NULL

  return(list(x           = x,
              weight      = NULL,
              unit        = "factor",
              description = "fallback Nash weights only to be used if due to infeasibilities internal computation of weights does not work"))
}
pik-piam/mrremind documentation built on March 30, 2024, 3:37 a.m.