Simulations of events in the power grid using PYPOWER and PYPOWER-Dynamics
Download the simulators:
git clone https://github.com/carlobar/PYPOWER.git
git clone https://github.com/carlobar/PYPOWER-Dynamics.git
Install them with
python3 setup.py install --user
Download the power grid model
git clone https://github.com/carlobar/pydyn_sim.git
Run the simulations with
make run
The Makefile creates the folder 'simulations', which contains all the files to run the simulations. Plot the results using using the scripts in ./plot
General documentation of PYPOWER-Dynamics: