-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ti-mixing to EMG #838
Closed
Closed
Add ti-mixing to EMG #838
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # floris/core/core.py
# Conflicts: # examples/01_opening_floris_computing_power.py # examples/02_visualizations.py # examples/03_making_adjustments.py # examples/04_sweep_wind_directions.py # examples/32_plot_velocity_deficit_profiles.py # floris/floris_model.py # floris/flow_visualization.py # floris/layout_functions.py # floris/layout_visualization.py # floris/tools/__init__.py # floris/tools/visualization.py # floris/uncertainty_interface.py # floris/visualization.py # tests/floris_model_integration_test.py
Closing this one in favor of #841 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add ti-mixing to EMG
This may not be an actual pull request, but may be convenient if it yields some changes. The purpose of this is to look at making a version of EMG with
atmospheric_ti_gain
re-enabled. To this end I started with a small pseudo-example that compares the power output of columns of a wind farm from the current default EMG to one which usesatmospheric_ti_gain
.I had in mind a step by step criteria, ideally:
Note this is just a start but thought it a convenient way to collaborate. Note also this is very messy until the namespace changes go into v4. The only file worth checking is: examples/xx_add_ti_to_emg.py
Tagging: @misi9170 @jfrederik-nrel