Thanks, Ray. I am testing things with the latest Beta. In the case of
*psse2mpc*, I have found this one: for PSS/E formats v29-30, the bus angles
were not being parsed correctly:
===
$ diff -u psse_convert.m.ORIG psse_convert.m
--- psse_convert.m.ORIG 2014-05-06 15:58:12.000000000 +0200
+++ psse_convert.m 2014-10-27 17:04:05.000000000 +0100
@@ -107,7 +107,7 @@
numbus(:, [1:9 11:12]);
elseif rev < 31 %% includes GL, BL
bus(:, [BUS_I BASE_KV BUS_TYPE GS BS BUS_AREA ZONE VM VA]) = ...
- numbus(:, [1 3 4 5 6 7 8 9 6]);
+ numbus(:, [1 3 4 5 6 7 8 9 10]);
else
bus(:, [BUS_I BUS_TYPE BUS_AREA VM VA BASE_KV ZONE]) = ...
numbus(:, [1 4 5 8 9 3 6]);
===
In the case of *cdf2matp*, I have found some others, but they are are
probably more involved (and some of them not clear if they're a feature),
so I will be sending those directly to you.
Thanks,
JL
--
Jose L. Marin
Gridquant España SL
Grupo AIA
On Tue, Oct 28, 2014 at 3:17 PM, Ray Zimmerman <[email protected]> wrote:
> If it is a matter of simple individual bug or two, it’s fine to simply
> post it here. I suppose if it is more extensive, it would make more sense
> just to send the details to me directly off list.
>
> And please know, that I do really appreciate anyone taking the time to
> report bugs and fixes. It is something we all benefit from.
>
> Thanks,
>
> Ray
>
> --
> Ray Zimmerman
> Senior Research Associate
> B30 Warren Hall, Cornell University, Ithaca, NY 14853 USA
> phone: (607) 255-9645
>