Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
NatLabRockies
/
OpenOA
Public
Notifications
You must be signed in to change notification settings
Fork
111
Star
248
Code
Issues
12
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Freestream wind speed heterogeneity corrections for wake loss analysis
- #310
#310
Merged
RHammond2
merged 24 commits into
NatLabRockies:develop
NatLabRockies/OpenOA:develop
from
ejsimley:feature/wake_loss_heterogeneity_correction
ejsimley/OpenOA:feature/wake_loss_heterogeneity_correction
Copy head branch name to clipboard
Jan 29, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
Freestream wind speed heterogeneity corrections for wake loss analysis
#310
RHammond2
merged 24 commits into
NatLabRockies:develop
NatLabRockies/OpenOA:develop
from
ejsimley:feature/wake_loss_heterogeneity_correction
ejsimley/OpenOA:feature/wake_loss_heterogeneity_correction
Copy head branch name to clipboard
Commits
Commits on Apr 3, 2024
adding option for linearly interpolated IEC power curve
ejsimley
committed
a103999
View commit details
Copy full SHA for a103999
Browse repository at this point
Commits on May 10, 2024
loading speedup factors from file in wake loss class
ejsimley
committed
8ca4600
View commit details
Copy full SHA for 8ca4600
Browse repository at this point
Commits on Jun 3, 2024
rest of initial wake loss heterogeneity modifications
ejsimley
committed
af38ed2
View commit details
Copy full SHA for af38ed2
Browse repository at this point
documentation for wind speed heterogeneity in wake loss module
ejsimley
committed
7a86cd5
View commit details
Copy full SHA for 7a86cd5
Browse repository at this point
Commits on Sep 6, 2024
filtering for faulty nacelle wind speeds, and excluding from freestream wind speed estimates
ejsimley
committed
6a7eeae
View commit details
Copy full SHA for 6a7eeae
Browse repository at this point
Commits on Nov 11, 2025
correcting for freestream heterogeneity only where valid
ejsimley
committed
5accbb3
View commit details
Copy full SHA for 5accbb3
Browse repository at this point
Merge branch 'develop' into feature/wake_loss_heterogeneity_correction
ejsimley
committed
2237d69
View commit details
Copy full SHA for 2237d69
Browse repository at this point
reference wake loss paper and presentation
ejsimley
committed
15c37b4
View commit details
Copy full SHA for 15c37b4
Browse repository at this point
updating wake loss publication references in docs
ejsimley
committed
f6c09c5
View commit details
Copy full SHA for f6c09c5
Browse repository at this point
Commits on Nov 12, 2025
creating example wind speed speedup factor file for wake loss method for La Haute Borne
ejsimley
committed
097a0fc
View commit details
Copy full SHA for 097a0fc
Browse repository at this point
Commits on Nov 13, 2025
adding heterogeneity corrections to wake loss example
ejsimley
committed
868e6de
View commit details
Copy full SHA for 868e6de
Browse repository at this point
remove error from wake loss example
ejsimley
committed
d412cf6
View commit details
Copy full SHA for d412cf6
Browse repository at this point
remove error from wake loss example
ejsimley
committed
21cf540
View commit details
Copy full SHA for 21cf540
Browse repository at this point
regression test for wake losses with heterogeneity
ejsimley
committed
98a4533
View commit details
Copy full SHA for 98a4533
Browse repository at this point
filepath change in wake loss test
ejsimley
committed
f7566bd
View commit details
Copy full SHA for f7566bd
Browse repository at this point
Commits on Nov 14, 2025
updating changelog
ejsimley
committed
a076b0f
View commit details
Copy full SHA for a076b0f
Browse repository at this point
updating wake loss example notebook for docs
ejsimley
committed
d4d0282
View commit details
Copy full SHA for d4d0282
Browse repository at this point
updating wake loss test results because of addition of abnormal wind speed filtering
ejsimley
committed
b494660
View commit details
Copy full SHA for b494660
Browse repository at this point
Commits on Nov 19, 2025
adding fill_value=False to shift function in filters.unresponsive_flag to get expected behavior at end of time series with NumPy v2
ejsimley
committed
c5aadde
View commit details
Copy full SHA for c5aadde
Browse repository at this point
change np.Inf to np.inf in timeseries tests for compatibility with NumPy v2
ejsimley
committed
6834ce9
View commit details
Copy full SHA for 6834ce9
Browse repository at this point
Commits on Jan 12, 2026
wake_losses module style and performance improvements
ejsimley
committed
4d6234d
View commit details
Copy full SHA for 4d6234d
Browse repository at this point
Commits on Jan 13, 2026
bug fix in potential freestream power calc in heterogeneity correction
ejsimley
committed
19b8137
View commit details
Copy full SHA for 19b8137
Browse repository at this point
increasing windspeed_end in power curve for heterogeneity corrections
ejsimley
committed
59e31d5
View commit details
Copy full SHA for 59e31d5
Browse repository at this point
Commits on Jan 29, 2026
Merge branch 'develop' into feature/wake_loss_heterogeneity_correction
ejsimley
committed
d57670f
View commit details
Copy full SHA for d57670f
Browse repository at this point
You can’t perform that action at this time.