-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
variable wt in 'wtdta1.py' is not set up as the type <y> #297
Comments
Thanks for reporting the issue! I can replicate it. Working on a fix. |
Just pushed an update to my It now works without I'm hoping to fix |
Hi Dr. Cui, Thanks a lot for the prompt fix! Now I realized that setting wt as StateVar in Best wishes, Wenqi |
Another fix was pushed to There is a tricky issue with the Type 3 wind models. When WTTQA1 exists, plant control |
I need to walk back from the previous comment. In Powerworld's docs, the output of With this, the Type 3 wind models should be correct with or without Let me know if you find other issues. |
Hi Dr. Cui, Thank you very much for the prompt revisions! My understanding of the modules are based on the WECC Type 3 wind model shown in this link. It looks like the output I tried to run "ieee14_wt3.xlsx" and find it works well. I can also run TDS for "ieee14_wt3n.xlsx", but it cannot converge and the screenshot is as follows. It might be resulted from the setup of modules in Type3 Wind model, which is more tricky to be tuned. Thanks a lot for your efforts in fixing the bugs! Best wishes, Wenqi |
The issue in I added a small generator in |
Hi Dr. Cui,
Thank you very much for all the help in fixing the bugs and answering
questions related to the package!
Best wishes,
Wenqi
…On Fri, Mar 25, 2022 at 7:23 AM Hantao Cui ***@***.***> wrote:
Closed #297 <https://github.com/cuihantao/andes/issues/297>.
—
Reply to this email directly, view it on GitHub
<https://github.com/cuihantao/andes/issues/297#event-6307679058>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ2UNH5AOMK3LL4RTQZZJJTVBXD6XANCNFSM5QXWNHPQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Wenqi Cui
Ph.D. Student
Department of Electrical and Computer Engineering
University of Washington
Email: ***@***.***
|
Describe the bug
A clear and concise description of what the bug is.
run TDS for the case 'ieee14_wt3n.xlsx' and find the error
After checking the source code, it looks like the variable wt in 'wtdta1.py' is not set up as the type . I tried to fix this issue but have not debugged through it in developer mode. Hopefully this issue might be easier to fix on your side. Thank you very much for your efforts in developing the code!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
andes
)**pip packages (please paste the output from
pip list
)Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: