This folder holds the scripts and data to build the NREL 118 Bus System. The
scripts included are build_DA_118_system.jl and build_RT_118_system, which will
build the systemattaching eith Day Ahead (DA) or Real Time (RT) time series data,
respectively.
Within Scripts-and-Data are scripts that each build
the buses, arcs, and time series, as well as loads and generators, separated by
whether DA or RT time series data is being attached to them.
To build the system, run the following code in the Julia REPL: (come back to this and add more steps on how to activate project)
include("build_DA_118_system.jl")link.