Replies: 3 comments 6 replies
-
I generally agree with the steps you propose. wfc_framework currently doesn't have features for designing lookup tables (except in the examples), hysteresis directions, etc. It focuses more on the dynamic implementation of wind farm control. But I think it makes sense to add modules to help with the design of these lookup tables. As far as making wfc_framework public I think we first need to consider if/how to handle the optional use of consensus. After we resolve that it would be great to make it a public repo. |
Beta Was this translation helpful? Give feedback.
-
These are great points, and I think I have an idea on consensus, we could link to some open source approximation line "cluster averaging" but then have some links for proper consensus, with a note to reach out to us for a license. This would be akin to how we do optimization now, slsqp is for free, but you need a license for SNOPT. What do you think of this @jrannoni ? |
Beta Was this translation helpful? Give feedback.
-
ok! I can now put in to get a public facing github.com/nrel site for wfc_framework but thought before I do I should make a quick check, do we love that name? Right now on the front page the code is described as:
If we add hysteresis we're broadening a little from what seems like a way to analyze wfc with respect to dynamics to including help to design of the realized in-place control system, so the focus of the package is something like: FLORIS: Goes all the way up to the design of the steady offset values So wanted to add just a little more discussion @ejsimley @dzalkind @Bartdoekemeijer @misi9170 @rafmudaf @jrannoni @bayc should we keep the same name or a new name? |
Beta Was this translation helpful? Give feedback.
-
Hi @Bartdoekemeijer @ejsimley and @misi9170 , I had an action with myself to move the hysteresis code out of lookup_table_toolbox and into flasc (so that it would be public), but before started, was thinking actually since the hysteresis design is not related to SCADA comparison, maybe it better belongs in wfc_framework, in that that contains more things related to practical design (and I think some things now redundant to flasc and flasc_cookiecutter_template). Plus I think wfc_framework is still maybe private?
What do you think we should do here, considering all the other moves we've got in progress? Would a sequence like:
Beta Was this translation helpful? Give feedback.
All reactions