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.shfile to include any installation and setup requirements for your project, including downloading data files. - Modify the
run.shfile to run thegridlabdsimulation as needed. - Go to the
Actionstab to view the status of the run. - When the run is complete, click on the download the run, and download the
outputartifact. The results will be contained in the downloadedoutputfolder.
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.