Skip to content

Using personal turbine models - !input #816

Answered by misi9170
RT96-stu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @RT96-stu, to use the !include (not !input, just to be clear) it's easiest to modify the model yaml directly. For instance, try modifying the relevant part of the floris input yaml to something like:

farm:
  layout_x:
  - 0.0
  - 630.0
  - 1260.0
  .
  .
  .
  - 5000.0
  - 10000.0
  .
  .
  .
  - 10630.0
  layout_y:
  - 0.0
  - 0.0
  - 0.0
  .
  .
  .
  - 0.0
  - 1000.0
  .
  .
  .
  - 1000.0
  turbine_type:
  - !include path/to/turbine_type_1
  - !include path/to/turbine_type_1
  - !include path/to/turbine_type_1
  . 
  .
  . 
  - !include path/to/turbine_type_1
  - !include path/to/turbine_type_2
  .
  .
  . 
  - !include path/to/turbine_type_2

This is explained more in #766 (which …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RT96-stu
Comment options

Answer selected by rafmudaf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants