Skip to content
@arras-energy

Arras

Welcome to The Linux Foundation's Arras Energy Project

Arras Energy is the commercial-grade release of HiPAS GridLAB-D supported and distributed by Linux Foundation Energy.

The documentation for this project is located at http://docs.gridlabd.us/.

This organization contains the source code and support repositories to Arras Energy, which was developed by SLAC National Accelerator Laboratory for the California Energy Commission under grant EPC-17-046. This version of GridLAB-D is a commercial-grade version of the US Department of Energy's research version of GridLAB-D developed by Pacific Northwest National Laboratory.

Note: This fork of GridLAB-D does not support MS Windows directly. You must use docker or a virtual machine running linux.

The following options are available for using Arras Energy:

Run on GitHub

You can run Arras Energy with GitHub Actions using the template https://github.com/gridlabd-tutorials/.new_project. The simulation results are stored in a downloadable file that can accessed from the Actions tab in your GitHub project. A tutorial for using Arras Energy with GitHub is available at https://github.com/gridlabd-tutorials.

Run on Docker

docker run -it -v $PWD:/model lfenergy/arras:latest gridlabd -W /model [LOADOPTIONS] [FILENAME.EXT] [RUNOPTIONS]

See Dockerhub HiPAS repositories for a list of available images.

Run on AWS

  1. Sign into your AWS console.
  2. Launch an EC2 instance.
  3. Search the community AMI for images starting with gridlabd in the us-west-1 (N. California) region.
  4. Choose an instance type with sufficient memory, e.g., >4GB.
  5. Download and save your keypair.
  6. Launch the instance.
  7. Connect to the instance.
  8. Download your model into the instance, e.g., from GitHub.
  9. Run the simulation using the usual command line options.
  10. Save the results, e.g., to GitHub.

You can also start the instance from the command line:

aws ec2 run-instances --image-id AMINAME --count 1 --instance-type INSTANCETYPE --key-name KEYPAIRNAME --security-group-ids SECURITYGROUPID --subnet-id SUBNETID

You can search the AWS AMI Catalog for Community AMIs matching "Arras Energy HiPAS GridLAB-D" in the us-west-1 region. The version number will be included in the name.

Download on Mac, Windows WSL, or Ubuntu Linux

curl -sL https://install.gridlabd.us/install.sh | [sudo] sh

Build your own

git clone https://source.gridlabd.us/ [-b BRANCH] gridlabd
cd gridlabd
./setup.sh --local
./build.sh --system --validate

Access remote resources

HiPAS GridLAB-D requires access to many remote resources. To ensure that access is possible, please verify that your site supports the HiPAS GridLAB-D cybersecurity plan.

Current Project Status

Repository Build Deploy
GridLAB-D master develop master-images develop-images
Templates master develop
Weather validate
Library validate validate
Models validate
Benchmarks Manual test (see README.md)
Examples Manual test (see README.md)
Tutorials Topic Status
Lesson 1 Create a GitHub project, download a reference model, solve powerflow, and plot a voltage profile. Simulation
Lesson 2 Modify, create, and delete static loads. Simulation
Lesson 3 Create distributed generation resources such as rooftop solar, wind, and backup generators. Simulation
Lesson 4 Create energy storage devices such as residential wall-mount batteries and community energy storage Simulation
Lesson 5 Running simulations over time Simulation
Lesson 6 Managing weather Simulation
Lesson 7 Adding quasi-static loads Simulation
Lesson 8 Exporting data Simulation
Lesson 9 Importing data Simulation

Pinned

  1. tsc tsc Public

    Arras Energy Technical Steering Committee files

    1 2

  2. gridlabd gridlabd Public

    Arras Energy simulator

    C++ 4 4

Repositories

Showing 10 of 14 repositories

Top languages

Loading…

Most used topics

Loading…