CGE
SLiDE.Dataset
— Typemutable struct Dataset <: CGE
name::String
build::String
step::String
sector_level::Symbol
eem::Bool
save_build::Bool
overwrite::Bool
end
Arguments
name::String
: dataset identifierbuild::String
: Current step of the buildstream process:io
oreem
step::String
: Current substep of the buildstream. Ifbuild=io
, these steps arepartition, calibrate, share, disaggregate
. Ifbuild=eem
, these steps are ...sector_level::Symbol
: Aggregation level to use when reading BEA supply/use data.eem::Bool
: Flag indicating whether to include the Energy-Environment module. Ifeem=true
, first buildio
supply/use data. Then buildeem
data.save_build::Bool
: Flag indicating decides whether to save the information at each build step. Settingsave_build=true
will add directories in the locations returned bySLiDE.datapath
. This feature is particularly helpful for buildstream debugging.overwrite::Bool
: If data exists, do not read it. Build the data from scratch.
SLiDE.Parameter
— Typemutable struct Parameter <: CGE
parameter::Symbol
name::String
index::Array{Symbol,1}
units::String
end
Information about CGE parameters used in the model.
Arguments
parameter::Symbol
: parameter variable abbreviationname::String
: parameter descriptionindex::Array{Symbol,1}
: Sets on which the parameter dependsunits::String
: parameter units