Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@

[Visit full documentation here.](https://nlr-distribution-suite.github.io/erad/)

Understanding the impact of disaster events on people's ability to access critical services is key to designing appropriate programs to minimize the overall impact. Flooded roads, downed power lines, flooded power substation etc. could impact access to critical services like electricity, food, health and more. The field of disaster modeling is still evolving and so is our understanding of how these events would impact our critical infrastructures such power grid, hospitals, groceries, banks etc.
ERAD is a free, open-source Python toolkit for assessing distribution-system asset resilience under hazard scenarios. It models physical infrastructure using graph-based connectivity and computes hazard-specific exposure and survival probabilities for assets such as poles, lines, cables, transformers, substations, junction boxes, switches, and rooftop solar installations. Asset fragility curves relate hazard severity to failure probability for power-system components using relationships established in the literature for flood, wind, wildfire, and earthquake conditions.

ERAD is a free, open-source Python toolkit for computing energy resilience measures in the face of hazards like earthquakes and flooding. It uses graph database to store data and perform computation at the household level for a variety of critical services that are connected by power distribution network. It uses asset fragility curves, which are functions that relate hazard severity to survival probability for power system assets including cables, transformers, substations, roof-mounted solar panels, etc. recommended in top literature. Programs like undergrounding, microgrid, and electricity backup units for critical infrastructures may all be evaluated using metrics and compared across different neighborhoods to assess their effects on energy resilience.

ERAD is designed to be used by researchers, students, community stakeholders, distribution utilities to understand and possibly evaluate effectiveness of different post disaster programs to improve energy resilience. It was funded by National Laboratory of the Rockies (NLR) and made publicly available with open license.
ERAD is designed for researchers, students, utilities, and other stakeholders who want to evaluate the performance of electric distribution systems under extreme events and compare asset hardening or mitigation strategies. It supports scenario-based analysis, uncertainty sampling, and export of asset-level results for downstream analysis and system comparison. It was funded by the National Laboratory of the Rockies (NLR) and made publicly available with an open license.

```mermaid
flowchart TD
Expand Down
2 changes: 1 addition & 1 deletion docs/api/mcp_server.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ERAD MCP Server

The ERAD MCP (Model Context Protocol) Server provides a powerful interface for running hazard simulations, querying assets, exploring historic hazards, and analyzing distribution system resilience through AI assistants like Claude Desktop and GitHub Copilot.
The ERAD MCP (Model Context Protocol) Server provides a powerful interface for running hazard simulations, querying assets, exploring historic hazards, and analyzing distribution system asset survivability through AI assistants like Claude Desktop and GitHub Copilot.

## Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Project maintainers are responsible for clarifying and enforcing our standards.
This Code of Conduct applies to all project spaces, including GitHub repositories, discussions, issue trackers, and any public communications.

## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at **aadil.latif@nrel.gov**.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the project team at **aadil.latif@nlr.gov**.
All complaints will be reviewed and addressed promptly.

## Attribution
Expand Down
8 changes: 3 additions & 5 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

## Introduction

Understanding the impact of disaster events on people's ability to access critical service is key to designing appropriate programs to minimize the overall impact. Flooded roads, downed power lines, flooded power substation etc. could impact access to critical servies like electricity, food, health and more. The field of disaster modeling is still evolving and so is our understanding of how these events would impact our critical infrastrctures such power grid, hospitals, groceries, banks etc.
ERAD is a free, open-source Python toolkit for assessing distribution-system asset resilience under hazard scenarios. It models physical infrastructure using graph-based connectivity and computes hazard-specific exposure and survival probabilities for assets such as poles, lines, cables, transformers, substations, junction boxes, switches, and rooftop solar installations. Asset fragility curves relate hazard severity to failure probability for power-system components using relationships established in the literature for flood, wind, wildfire, and earthquake conditions.

ERAD is a free, open-source Python toolkit for quantifying energy resilience in the face of hazards like earthquakes and flooding. It uses graph structures to store data and perform computation at the household level for a variety of critical services that are connected by power distribution network. It uses asset fragility curves, which are functions that relate hazard severity to survival probability for power system assets including cables, transformers, substations, roof-mounted solar panels, etc. recommended in top literature. Programs like undergrounding, microgrid, and electricity backup units for critical infrastructures may all be evaluated using metrics and compared across different neighborhoods to assess their effects on energy resilience.
To enhance data consistency and cross-platform compatibility, ERAD also integrates with the [Grid-Data-Models (GDM)](https://github.com/NLR-Distribution-Suite/grid-data-models) framework. GDM provides standardized, Pydantic-based data structures for representing distribution networks, ensuring that ERAD can seamlessly interoperate with other power system analysis tools. As a result, researchers and utilities can run hazard analyses in ERAD using the same distribution system models applied in power flow studies, planning tools, and other simulation platforms, significantly reducing data preparation effort and improving reproducibility.

To enhance data consistency and cross-platform compatibility, ERAD also integrates with the [Grid-Data-Models (GDM)](https://github.com/NLR-Distribution-Suite/grid-data-models) framework. GDM provides standardized, Pydantic-based data structures for representing distribution networks, ensuring that ERAD can seamlessly interoperate with other power system analysis tools. This integration improves interoperability by enabling direct exchange of validated network models, preserving connectivity information, and supporting temporal changes in infrastructure state. As a result, researchers and utilities can run resilience analyses in ERAD using the same distribution system models applied in power flow studies, planning tools, and other simulation platforms, significantly reducing data preparation effort and improving reproducibility.

ERAD is designed to be used by researchers, students, community stakeholders, distribution utilities to understand and possibly evaluate effectiveness of different post disaster programs to improve energy resilience. It was funded by National Laboratory of the Rockies (NLR) and made publicly available with open license.
ERAD is designed for researchers, students, utilities, and other stakeholders who want to evaluate the performance of electric distribution systems under extreme events and compare asset hardening or mitigation strategies. It was funded by the National Laboratory of the Rockies (NLR) and made publicly available with an open license.

## Table of Contents

Expand Down
Loading