Simulating Custom Turbine #1083
-
Hi, I want to use FLORIS turbine to simulate a wind farm using other turbine that is not available in the default library package, for example IEA 3.4MW. I have created the turbine's yaml file and copy it directly to the library's directory, but this doesn't seem work. It still returns to the following error message: FileNotFoundError: The turbine type: iea_3.4MW does not exist in either the internal or external turbine library. How can I fix this issue? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Jihan-Assyabani could you edit the original post to include a sample of the script you're using to initialize FLORIS? |
Beta Was this translation helpful? Give feedback.
-
Nevermind. I found how to do it by using "!include my_path/my_turbine.yaml" in the input yaml. |
Beta Was this translation helpful? Give feedback.
Nevermind. I found how to do it by using "!include my_path/my_turbine.yaml" in the input yaml.