Re: Zonal reserve with stochastic Wind generation in MOST

2017-09-27 Thread Ray Zimmerman
The zonal reserves in MOST are designed for deterministic problems. See footnote 19 at the bottom of page 35 in the MOST User’s Manual . So, it is designed to handle either zonal reserve requirements or stochastic wind, but not

Re: Adding Wind Generation to Profiles

2017-09-27 Thread Ray Zimmerman
ber 2017 3:03 AM > To: MATPOWER discussion forum <mailto:matpowe...@list.cornell.edu> > Subject: Re: Adding Wind Generation to Profiles > > Check out the 'help get_profile'. Much like you pass the previous profiles > object on the load profile line, you can pass the previous profiles obj

RE: Adding Wind Generation to Profiles

2017-09-23 Thread Joshua Sebben
Stephen, Thank you so much! That works a treat! Regards, Josh From: Stephen Suffian Sent: Saturday, 23 September 2017 3:03 AM To: MATPOWER discussion forum Subject: Re: Adding Wind Generation to Profiles Check out the 'help get_profile'. Much like you pass the previous profiles object

Re: Adding Wind Generation to Profiles

2017-09-22 Thread Stephen Suffian
Check out the 'help get_profile'. Much like you pass the previous profiles object on the load profile line, you can pass the previous profiles object on the other lines: profiles = getprofiles('wind_profile1',iwind); profiles = getprofiles('wind_profile2',profiles,iwind); profiles =

Zonal reserve with stochastic Wind generation in MOST

2017-09-21 Thread Quarm JNR, Edward A
Dear All, I am running a multi-period simulation with : 1. Zonal reserve requirement 2. Stochastic Wind generator 3. Load profile My output for reserve generation always includes an extra row for the wind generator but with zero output. For example, I have 5 generators in my

Re: Adding Wind Generation to Profiles

2017-09-21 Thread Stephen Suffian
I also couldn't figure it out, but I got around it by adding a separate profile for each generator and changing the rows value. So if a wind generator is in row 5, you would have the struct look like this below. windprofile = struct( ... 'type', 'mpcData', ... 'table', CT_TGEN, ...

Adding Wind Generation to Profiles

2017-09-20 Thread Joshua Sebben
Currently working on adding wind generator units to my model. I am working off the 30 bus example case in MOST. I am trying to run the following code casefile = 'case30'; mpc = loadcase(casefile); xgd = loadxgendata('xgd_uc', mpc); [iwind, mpc, xgd] = addwind('wind_uc_30', mpc, xgd); profiles =

Re: Wind generation

2016-05-22 Thread Abhyankar, Shrirang G.
No. > On May 22, 2016, at 5:25 PM, Mohamed Taleb wrote: > > Dears, > > Greetings, > I there any modeling for the wind turbine that simulates its behavior? > > Regards, > Mohamed Taleb

Wind generation

2016-05-22 Thread Mohamed Taleb
Dears, Greetings, I there any modeling for the wind turbine that simulates its behavior? Regards, Mohamed Taleb