Class (S4) to represent default model configuration.
Slots
desc
character string with the configuration information.
region
character coma separated string of all region names in the model
horizon
class horizon with the model time parameters
discount
data frame with discount rates by region and year
discountFirstYear
logical, if TRUE, the discounting starts from the beginning of the year
optimizeRetirement
currently ignored
defVal
data.frame with default values of parameters (energyRt:::.defVal)
interpolation
data.frame with interpolation rules (energyRt:::.defInt)
debug
data.frame to define artificial (dummy) variables to debug model infeasibility
misc
list with miscelaneous data to store in the object.