Re: Adding wind turbine and getting results based on transmat

2022-11-29 Thread Ray Daniel Zimmerman
I assume you are trying to set up a single-period problem in MOST, given that you mention a transmat input that appears to be a single row vector. In that case, results of each scenario j should be available in mdo.flow(1, j, 1).mpc. Be careful how you interpret the LMP values in the LAM_P

Adding wind turbine and getting results based on transmat

2022-11-28 Thread feyyaz fatih aydın
Hi, I want to add a wind turbine to the system and get the results (LMP,dispatch, reserve etc.) according to the transmat values. Such as if I use transmat values (transmat = [0.16; 0.68; 0.16],) I get 100,50,0 MW (wind turbine output). So I want to get 3 results. Thanks for your interest.