-
Notifications
You must be signed in to change notification settings - Fork 11
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
Strings with a fork don't resolve correctly #64
Comments
Hi @AJP-47, unfortunately, neither redundancy, nor forking is enabled in WOMBAT, and there isn't really a great workaround for it other than having separate strings for each prong of the fork. |
Hi @RHammond2 Thanks for the response. Can you tell me how I can create a separate fork between T10 and OSS1? Adding an extra line in the plant layout.csv for T10 does not seem to be the way to go, as WOMBAT assumes its a new turbine and increases the wind farm capacity. Thanks! |
Unfortunately, there isn't a way to have a turbine on two strings without going into the code and directly modifying the graph layout setup within the wind farm model. The only way to currently model those three turbines is as a separate string from OSS1 -> T10 -> T9 -> T8 -> T7, and not include them on the string OSS1 -> T5 -> ... -> T1. That said, this is certainly a use case that's worth exploring more, though is of low priority from a project planning perspective at the moment. We're working on finding more funds for the work to push some of these long standing feature ideas up the priority list, but unfortunately there isn't a lot of consideration for this kind of layout at the moment. |
The model wasn't at all designed around redundancy, so it won't be possible to have the redundancy as-is, though I'm already envisioning how it could be enabled for a case such as this. I would also keep your comments active because it helps provide some evidence for me that people are looking for this functionality, and some of the ancillary considerations. |
When an array cable string splits into two diverging upstream paths, the upstream cable/turbine connections don't resolve correctly. Likely a customized graph model is required for this scenario instead of a sequentially defined, CSV-based model.
The text was updated successfully, but these errors were encountered: