NREL / floris

A controls-oriented engineering wake model.
http://nrel.github.io/floris
BSD 3-Clause "New" or "Revised" License
215 stars 156 forks source link

Add get_param and set_param to UncertainFlorisModel #972

Closed paulf81 closed 2 months ago

paulf81 commented 3 months ago

Add get_param and set_param to UncertainFlorisModel

UncertainFlorisModel is missing the member functions available in FlorisModel for getting and setting model parameters. This pull request adds them in, buy accessing the method within the underlying FlorisModel and includes a new test of the feature.

Impacted areas of the software

uncertain_floris_model.py

paulf81 commented 2 months ago

Closing in favor of #975