-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Viktor Terrier <[email protected]> Co-authored-by: Hugo SCHINDLER <[email protected]> Co-authored-by: Peter Mitri <[email protected]>
- Loading branch information
1 parent
fdae83d
commit fb50394
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "TRM algorithm" | ||
show-title: false | ||
layout: project | ||
excerpt: "TRM algorithm is a Maven package to compute the Transmission Reliability Margin." | ||
header: | ||
image: /assets/images/trm/logo_trm.png | ||
teaser: assets/images/trm/logo_trm.png | ||
github: https://github.com/rte-france/Transmission-Reliability-Margin-Algorithm | ||
license: MPL 2.0 | ||
license-url: https://www.mozilla.org/en-US/MPL/2.0/ | ||
documentation: https://github.com/rte-france/Transmission-Reliability-Margin-Algorithm/blob/main/doc/algorithm.md | ||
community: https://github.com/rte-france/Transmission-Reliability-Margin-Algorithm/discussions | ||
tags: [MPL2.0] | ||
--- | ||
|
||
TRM algorithm is a Maven package that computes the Transmission Reliability Margin, aiming to be a translation in Java code of the [article 22 of the CACM regulation 2015/1222](https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32015R1222#d1e2148-24-1). | ||
The project relies heavily on the [PowSyBl library](/projects/powsybl). | ||
|
||
Its key features include: | ||
- Importing data: market-based (D2CF or DACF) and real time snapshot networks, real time GLSK and CRAC. | ||
- Critical Network Element selection: select manually or automatically the interconnections or branches you want to study. | ||
- Operational condition alignment: align the desired operation conditions of the market-based network with those of the real time snapshot (such as remedial actions, branch connection state, inner exchanges, etc.). | ||
- AC sensitivity computation. | ||
- Uncertainty computation. | ||
|
||
You can use the package to compute the TRM, based on uncertainties and unintended deviations. | ||
|
||
Contact us! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.