Skip to content

Commit

Permalink
TRM algorithm page creation (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Terrier <[email protected]>
Co-authored-by: Hugo SCHINDLER <[email protected]>
Co-authored-by: Peter Mitri <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent fdae83d commit fb50394
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _projects/trm.md
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!
Binary file added assets/images/trm/logo_trm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb50394

Please sign in to comment.