Skip to content

flowcean/uc_energy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Energy System Monitoring Agent

Installation

Clone the repository with git

git clone https://github.com/flowcean/uc_energy.git

Create a virtual environment and activate it

python3 -m venv venv
source ./venv/bin/activate

Install the package in editable mode

cd uc-energy
python -m pip install -e .

Run the Simulation

With virtual environment activated run

python run.py

On the first start, it will some time to download the datasets. Afterwards, it will start the simulation.

Results will be saved in the _outputs directory.

You can control number of steps and timeout of the file watcher with

python run.py steps 15 timeout 35

About

Repository of the energy use case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages