Skip to content

OpenEDI - System Integration (OEDI-SI) - PNNL Distributed Optimal Power Flow (DOPF)

License

Notifications You must be signed in to change notification settings

pnnl/oedisi_dopf

Repository files navigation

OEDISI DOPF

Open Energy Data Initiative - Solar Systems Integration Data and Analytics (OEDI-SI) Distributed Optimal Power Flow

Docker

Once the container is build and running, follow the link to the jupyter notebook and selet the workflow.ipynb notebook and follow the instructions for selecting scenarios and running the co-simulation.

    docker build -t pnnl-dopf-lindistflow:0.0.0 .
    docker run -it -p 8888:8888 pnnl-dopf-lindistflow:0.0.0

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Jupyter Notebook

The following notebook provides a more interactive experiance and a frontend for the container if you are running in docker. Once the notebook is running open the notebook link with it's generated token.

jupyter notebook workflow.ipynb

Build and Run

Replace the <scenario> below to point to the desired scenario folder name

./run.sh <scenario>