Skip to content
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

Modified non_parcel_bunkers_motion_experimental to use non pressure weighted mean wind #243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Modified non_parcel_bunkers_motion_experimental to use non pressure w…
…eighted mean wind
collin-volk committed Dec 13, 2022
commit bd55f286b10e72a04a1ea6e2dae08c96df37a21c
2 changes: 1 addition & 1 deletion sharppy/sharptab/winds.py
Original file line number Diff line number Diff line change
@@ -225,7 +225,7 @@ def non_parcel_bunkers_motion_experimental(prof):
mnu500m, mnv500m = mean_wind(prof, psfc, p500m)

## 5.5km-6.0km Mean Wind
mnu5500m_6000m, mnv5500m_6000m = mean_wind(prof, p5500m, p6000m)
mnu5500m_6000m, mnv5500m_6000m = mean_wind_npw(prof, p5500m, p6000m)

# shear vector of the two mean winds
shru = mnu5500m_6000m - mnu500m