Hi All

I am currently working with the case24_ieee_rts.m and I am trying to
implement the load profile per hour from the same system, i.e. load data
obtained from RTS-1996.

I am using the commands attached in order to implement the load, where
Pload_Hour and Qload_Hour are the previous calculation done to obtained the
load profile per hour.

However I was told that there is a better way to modify the loads by
incorporating the load profile as a negative generator units? So could
anybody confirm if this way of changing the load profile (per hour) it is
correct?

Thanks,
Carlos

for uu=1:8760
    for ss=1:24
       celll{uu,1}.bus(ss,3)=Pload_Hour(uu,ss);    %Active Power
       celll{uu,1}.bus(ss,4)=Qload_Hour(uu,ss);    %Reactive Power
    end
end

Reply via email to