Skip to content

Releases: Energinet-AIG/MTB

v0.9.94

15 Sep 23:05
222c4ef
Compare
Choose a tag to compare

Latest batch of small(ish) improvements

v0.9.93

11 Sep 16:09
a163b56
Compare
Choose a tag to compare

Updated plotter

v0.9.92

10 Sep 11:34
1883524
Compare
Choose a tag to compare

Updated default cases

v0.9.91

09 Sep 11:08
d1cecb9
Compare
Choose a tag to compare

Fixed PSCAD numerical issue

v0.9.9

05 Sep 16:19
ecb9939
Compare
Choose a tag to compare

The MTB has been completely overhauled. Version will advance to 1.0 when documentation is ready.

v0.8.1

28 Mar 09:26
f5bfb4f
Compare
Choose a tag to compare

PSCAD

No changes.

PLOTTER

No changes.

POWERFACTORY

Fixes #114.

v0.8

21 Mar 10:27
9426fec
Compare
Choose a tag to compare

PSCAD

No changes.

PLOTTER

No changes.

POWERFACTORY

  • Crash when signal names are empty fixed by @ZRPedro . Closes #62
  • Issue loading C-events from sheet fixed. Closes #90
  • Major refactor of the execute.py script. Closes #61
  • Alternative to variation consolidation added. With the new alternative (set script input parameter 'consolidate' to 0), currently active variations remain active along the test case variations created during script execution. The test case variation expansion stage activation time is set from the study time of the study case active when executing the script, hence the recording expansion stage of your active variation cannot be active at the same time, as the study time of the active study case. The PP-MTB setup (base setup) and individual case setup is now grouped in a single variation per study case instead of two. Closes #60
  • Option for parallel computation added by @ZRPedro. Fixes #100

v0.7

22 Feb 13:37
b0ef663
Compare
Choose a tag to compare

PSCAD

  • Significant cleanup and refactor. Closes #8.
  • Old messy plotting code has been removed. Results now needs to be plotted manually with Plotter tool. This has been done to keep the PSCAD python script very simple. If automation of this is desired it is trivial for the user to setup. Closes #23.
  • The project description are no longer automatically suffixed with "_Energinet_[Date and time]".
  • csv and inf files are moved to a new subfolder of the output folder named "MTB_[Date and time]" at end of execution. Closes #33.
  • out files are moved to a new subfolder of the temp/building folder named "MTB_[Date and time]" at end of execution. Closes #33.

PLOTTER

No changes.

POWERFACTORY

No changes.

v0.6.3

13 Feb 12:54
52121b9
Compare
Choose a tag to compare

PSCAD

Fixes #63.

PLOTTER

No changes.

POWERFACTORY

No changes.

v0.6.2

08 Feb 19:25
dbe57d6
Compare
Choose a tag to compare

PSCAD

Fixes #2. POC voltage is correctly initializing to 1.0 pu. This was done by adding a PI-controller to the thevenin equivalent. After three seconds the PI-controller output is locked and if voltage source control is activated the case setpoint/ramps will be followed.

PLOTTER

No changes.

POWERFACTORY

No changes.