-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
BUG: forecast and reanalysis models - move wind_speed to correct position #735
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #735 +/- ##
===========================================
- Coverage 75.99% 75.96% -0.04%
===========================================
Files 95 95
Lines 11015 11022 +7
===========================================
+ Hits 8371 8373 +2
- Misses 2644 2649 +5 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
12efaf2
to
41d2e6b
Compare
…o pr/WilliamArmst/735
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was an amazing catch.
@WilliamArmst thank you so much for your contribution!
…ables dictionary (#736) * forecast_reanalysis - move wind_speed to correct position * forecast_reanalysis - move wind_speed to correct position * DEV: adds #735 to CHANGELOG * update ECMWF dictionary values * allow depreciated .nc files * allow .nc files with only one time variable * TST? parameterize acceptance test for NDRT 2020 rocket data with multiple environment files * STY: apply black --------- Co-authored-by: Gui-FernandesBR <[email protected]> Co-authored-by: Gui-FernandesBR <[email protected]>
Pull request type
Bugfix
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCurrent behavior
Using ERA5 Reanalysis weather data, the wind speed function was in the incorrect position. See line 1899, where the
__set_wind_speed_function
referencesdata_array[7]
for the wind speed.New behavior
Wind speed is now calculated correctly.
Breaking change
Additional information
N/A