Hi,
I have a set-up of pywake using TurboPark set-up the same way as in turbopark.py and I understand the importance of the wake_deficitModel.WS_key = 'WS_jlk' line. I am now updating my implementation to use All2AllIterative as I am in the process of adding a blockage model. Prior to adding the blockage model I am checking that my implementation of TurbOPark gives the same results with PropateDownwind as All2AllIterative.
If I include the wake_deficitModel.WS_key = 'WS_jlk' line the code throws the error:
_calc_deficit() missing 1 required positional argument: 'WS_ref_ijlk'
However if I omit the wake_deficitModel.WS_key = 'WS_jlk' line the results are different to the PropateDownwind approach. Please could you assist me with the correct set-up to maintain consistency of results for the two set-ups.
Kind regards,
Olivia