Ray Zimmerman
Ray Zimmerman
I just pushed a commit ([710277f](https://github.com/MATPOWER/matpower/commit/710277f5a3b6190709843c2eb293b4fb3615130e)) to the MATPOWER `master` branch with a change that eliminates the reordering of generators in `ext2int`. So now it only removes offline units, but...
I like this! Nice idea. Pull requests are welcome, but I think I'd prefer to start by adding it to MATPOWER where it'll be easier to test and document.
Thanks, again. I really do like this idea. I've opened [MATPOWER issue #104](https://github.com/MATPOWER/matpower/issues/104) to track the inclusion of this feature in MATPOWER, so we can move the discussion there until...
Ok. I'm just curious ... what is the reason behind using MATPOWER 3.2 (released ~16 years ago)? I'm a little surprised that it even runs on modern versions of MATLAB.
1. The `PD` column in `mpc.bus` defines the nominal load fixed power demand at the bus. How it interacts with the load profile depends on how the profile is defined....
Use the `BS` column of the `bus` matrix to enter the shunt susceptance. The units are MVAr injected at 1 p.u. voltage.
The easiest way to do this would be to include the new line in your case and then use a profile (like the load and wind profile examples) to control...
This is expected behavior. MOST includes some tests that are only run if you have access to `c3sopf`, a predecessor to MOST that solved single-period, secure, stochastic OPF. It was...
MOST expects the `mdi.FixedReserves` struct to have the dimensions `nt x nj x nc+1`. So for a deterministic problem with multiple periods you would have to do ... ``` for...
Since the `ext2int()` function removes out-of-service equipment, it temporarily stores them so they can be included again when calling `int2ext()`. If you add or remove generators from the internally numbered...