NREL-Sienna / SIIP-Tutorial

SIIP Tutorial for PowerSystems.jl, PowerSimuations.jl and PowerGraphics.jl
https://nrel-siip.github.io/SIIP-Tutorial/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

SIIP-Tutorials

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:

Debugging

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()