-
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.
add timeseries profiles, GettingStarted tutorial
- Loading branch information
1 parent
3584b67
commit 92a2c81
Showing
27 changed files
with
399 additions
and
195 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
include LICENSE AUTHORS README.rst CHANGELOG.rst CITATION.bib | ||
|
||
global-include *.json | ||
global-include *.h5 | ||
global-include *.parquet | ||
|
||
prune .git* | ||
prune tutorials* |
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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# SimBench_EHV_HV_excerpt | ||
Grid data from SimBench used for the Dissertation 'TSO-DSO Coordinated Distributed Optimizations in Grid Operations Considering System Operator Sovereignty' and two more papers | ||
|
||
This repository provides the applied data, i.e. power system grid data and time series profiles, to reproduce or compare with simulations of the Dissertation 'TSO-DSO Coordinated Distributed Optimizations in Grid Operations Considering System Operator Sovereignty' and the two referenced papers ['New distributed optimization method for tsodso coordinated grid operation preserving power system operator sovereignty'](https://www.mdpi.com/1996-1073/16/12/4753) and ['Distributed optimization of smart grid assets for grid operation preserving power system operator sovereignty'](https://ieeexplore.ieee.org/document/10202774). | ||
The [Tutorial](https://github.com/SteffenMeinecke/SimBench_EHV_HV_excerpt/blob/master/tutorials/GettingStarted.ipynb) gives advise how to apply provided data and code. |
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import os | ||
from SimBench_EHV_HV_excerpt import sb_excerpt_dir | ||
|
||
test_path = os.path.dirname(os.path.realpath(__file__)) | ||
|
||
from .run_tests import run_all_tests |
File renamed without changes.
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.