This package contains examples and tutorials for Scalable Integrated Infrastructure Planning (SIIP) packages developed at the National Renewable Energy Laboratory (NREL).
The examples included here are intended as practical examples of using SIIP packages. However, in many cases users may find the documentation pages for each package more informative:
- InfrastructureSystems.jl docs
- PowerSystems.jl docs
- PowerSimulations.jl docs
- PowerGraphics.jl docs
- PowerSimulationsDynamics.jl docs
On occasion, you may have constructed a System
using PowerSystemsCaseBuilder.jl that needs
to be reconstructed. In this case, you may receive an error such as:
ERROR: UndefVarError: PowerSystems.ReserveUp not defined
To resolve this issue, you can purge the serialized system data from your PowerSystemsCaseBuilder.jl instance by running:
using PowerSystemCaseBuilder
PowerSystemCaseBuilder.clear_all_serialized_system()