Topologies created to work with the latest version of phenix.
Install Git LFS:
sudo apt install -y git-lfs
git lfs installThen clone the repository, including LFS-tracked files:
git clone https://github.com/sandialabs/sceptre-phenix-topologies.git
cd sceptre-phenix-topologies
git lfs pullYou're now ready to create experiments! A good starting place is the soap topology, which has a detailed example.
Here's a simple "hello world", assuming you have phenix setup:
cp -r ./helloworld /phenix/topologies/.
phenix experiment create hello-world -t /phenix/topologies/helloworld/helloworld.yaml
phenix experiment start hello-world- Wind Architecture. Four topologies are included for a representative wind plant architecture, and also a turbine topology.
- helloworld - A basic example topology.
- soap - Complete example topology demonstrating the Hardware-In-the-Loop (HIL) capabilities of SCEPTRE.
- soap-legacy - The SOAP topology models a notional SCADA system for a 300 bus microgrid system.
- waterway - The waterway topology models a notional SCADA system for a waterway lock system.