Skip to content

NREL/SLiDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalable Linked Integrated Dynamic Equilibrium Model

Documentation License

Installation

Clone this repo to your local machine.

> git clone https://github.com/NREL/SLiDE.git

From the SLiDE directory, open Julia using

> julia --project

Build the SLiDE package from the Pkg REPL. Type ] to enter the Pkg REPL and run:

(SLiDE) pkg> build

This will generate the Manifest.toml file, including the package dependencies. If the directory SLiDE/data/ does not exist, this will download SLiDE input data.

Precompile the SLiDE package and build the model input data by running:

julia> using SLiDE
julia> (d, set) = build()

Reference build() documentation for options.

References

  • Thomas F. Rutherford and Andrew Schreiber, "Tools for Open Source, Subnational CGE Modeling with an Illustrative Analysis of Carbon Leakage," J Global Econ Anal 4(2): 1-66.