Skip to content

Simple sobol example updated for FLORIS v3? #9

Answered by Bartdoekemeijer
mr483 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mr483,

Great to hear you are finding FLASC useful! The sensitivity analysis module has indeed not yet been updated. Essentially, I still have to reintroduce a functionality in calc_floris to overwrite model parameters. The easiest way to get this working is by using the suggestions in this post on the floris boards. It is likely going to be something like Raf's suggestion:

d_floris = fi.floris.as_dict()
d_floris["wake"]["model_strings"]["velocity_model"] = "cc"
d_floris["wake"]["wake_velocity_parameters"]["cc"] = {
    "a_s": 0.179367259,
    "b_s": 0.0118889215,
    "c_s1": 0.0563691592,
    "c_s2": 0.13290157,
    "a_f": 3.11,
    "b_f": -0.68,
    "c_f": 2.41,
    "alpha_mod": 1.0,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mr483
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