Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
Add solution to bulk shear exercise.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrleeman committed Nov 15, 2017
1 parent 133a30c commit b394431
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/Skew_T/solutions/skewt_bulk_shear.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
shr_u, shr_v = mpcalc.bulk_shear(p, u, v, depth=200 * units.hPa)
print(shr_u, shr_v)

0 comments on commit b394431

Please sign in to comment.