Skip to content

Commit

Permalink
Add 533-bus case contributions from Gabriel Malmer to change logs.
Browse files Browse the repository at this point in the history
Thank you, Gabriel.
  • Loading branch information
rdzman committed Dec 19, 2023
1 parent 86d651b commit c4b4a88
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ For change history for [MOST][3], see [most/CHANGES.md](most/CHANGES.md).
since 8.0b1
-----------

#### 12/19/23
- Add a 533-bus distribution system based on real system data from the
local DSO Kraftringen in southern Sweden, including two net-load
scenarios.
*Thanks to Gabriel Malmer.*
- `case533mt_lo` – 533-bus case, DSO Kraftringen, _low_ net-load scenario
- `case533mt_lo` – 533-bus case, DSO Kraftringen, _high_ net-load scenario

#### 12/5/23
- Fix [bug #210][36] where radial power flow methods resulted in
numerical error with multiple generators at a bus.
Expand Down
10 changes: 9 additions & 1 deletion docs/src/MATPOWER-manual/MATPOWER-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8556,14 +8556,22 @@ \subsubsection*{New Features}

\subsubsection*{New Case Files}
\begin{itemize}
\item Two new European case files. \emph{Thanks to Florin Capitanescu.}
\item Two new European transmission system cases. \emph{Thanks to Florin Capitanescu.}
\begin{itemize}
\setlength{\itemsep}{6pt}
\setlength{\parskip}{-6pt}
% \setlength{\parsep}{-3pt}
\item \code{case60nordic} -- 60-bus Nordic case
\item \code{case8387pegase} -- 8387-bus PEGASE case
\end{itemize}
\item Two new Swedish distribution system cases. \emph{Thanks to Gabriel Malmer.}
\begin{itemize}
\setlength{\itemsep}{6pt}
\setlength{\parskip}{-6pt}
% \setlength{\parsep}{-3pt}
\item \code{case533mt\_lo} -- 533-bus case, DSO Kraftringen, \emph{low} net-load scenario
\item \code{case533mt\_hi} -- 533-bus case, DSO Kraftringen, \emph{high} net-load scenario
\end{itemize}
\end{itemize}

\subsubsection*{New Documentation}
Expand Down
2 changes: 1 addition & 1 deletion lib/mpver.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
v{1} = struct( 'Name', 'MATPOWER', ...
'Version', '8.0b1+', ...
'Release', '', ...
'Date', '05-Dec-2023' );
'Date', '19-Dec-2023' );
if nargout > 0
if nargin > 0
rv = v{1};
Expand Down

0 comments on commit c4b4a88

Please sign in to comment.