Replies: 1 comment 11 replies
-
Hi @AJP-47 , Could you provide the code you are running? The following code from floris import FlorisModel
fmodel = FlorisModel("inputs/gch.yaml")
fmodel.set(layout_x=[0, 500.0], layout_y=[0.0, 0.0])
print(fmodel.get_turbine_layout())
print(fmodel.get_turbine_layout(True)) produces
as expected for me |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to get the turbine layout using fmodel.get_turbine_layout(). (https://nrel.github.io/floris/_autosummary/floris.floris_model.html#floris.floris_model.FlorisModel.get_turbine_layout).
But I'm getting a type error. I could use this method in Floris3, but it doesn't work in Floris4. Is there any special syntax I should be using?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions