This is the HiPAS GridLAB-D project template for general purpose simulations. To start your own project do the following:
- Create your project repository in a your GitHub account using this repository as a project template.
- Modify the
setup.sh
file to include any installation and setup requirements for your project, including downloading data files. - Modify the
run.sh
file to run thegridlabd
simulation as needed. - Go to the
Actions
tab to view the status of the run. - When the run is complete, click on the download the run, and download the
output
artifact. The results will be contained in the downloadedoutput
folder.
You can select an alternate version of gridlabd
by editing .github/workflows/main.yml file and changing the container
settings from the default slacgismo/gridlabd:latest
to a different one available in DockerHub. The latest development version is available using the image slacgismo/gridlabd:develop
. See DockerHub images for a list of all available version images you can use with GitHub.