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 bot

Re: Adding Wind Generation to Profiles

2017-09-27 Thread Ray Zimmerman
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 object on > the

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

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 = getprofiles('l

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 system

Re: Adding Wind Generation to Profiles

2017-09-21 Thread Joshua Sebben
Stephen, Thank you for your reply. casefile = 'case30_modified_MedPen'; mpc = loadcase(casefile); xgd = loadxgendata('xgd_uc_30_MedPen', mpc); [iwind, mpc, xgd] = addwind('wind_uc_30_MedPen', mpc, xgd); profiles = getprofiles('wind_profile1', iwind); profiles = getprofiles('wind_profile2', iwind)

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, ... 'r

Re: Adding Wind Generation to Profiles

2017-09-21 Thread Joshua Sebben
By the way, I have also tried setting the row count to [1 2 3 4 5 6 7] for my 7 extra generators that I want to add, however when I run my code I get an error: Error using apply_profile (line 148) apply_profile: third dimension of profile.values should match length of pro= file.rows Erro

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 = g

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