FLORIS v4.4 introduces two new turbine operation models, the `ControllerDependentTurbine` model and the `UnifiedMomentumModelTurbine`, developed at TUM and MIT, respectively, to FLORIS. These provide exciting options for advanced modeling of how turbines operate when yaw misaligned and derated.
Also included is a beta feature for representing the variable operating cost (VOC) of a turbine and optimizing for net revenue given operating costs. Finally, a bug fix for wakes of turbines implementing active wake mixing is included.
New features
* Add control-dependent operation model by sTamaroTum in https://github.com/NREL/floris/pull/832
* Add Unified Momentum Model to operation models by jaimeliew1 in https://github.com/NREL/floris/pull/924
* Add variable operating cost optimization by paulf81 in https://github.com/NREL/floris/pull/1054
Bug fixes
* [BUGFIX] AWC wake mixing factor with mixed awc_modes inputs by gyalla in https://github.com/NREL/floris/pull/1090
New Contributors
* sTamaroTum made their first contribution in https://github.com/NREL/floris/pull/832
* jaimeliew1 made their first contribution in https://github.com/NREL/floris/pull/924
**Full Changelog**: https://github.com/NREL/floris/compare/v4.3.1...v4.4