Skip to content

Commit

Permalink
Merge pull request #2564 from Unidata/backport-pr-2424
Browse files Browse the repository at this point in the history
fix isentropic example (backport)
  • Loading branch information
dopplershift authored Jun 30, 2022
2 parents c56cdca + afde405 commit 650c0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/isentropic_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
msf = mpcalc.montgomery_streamfunction(
isent_data['Geopotential_height'],
isent_data['temperature']
).values / 100.
).data.to_base_units() * 1e-2

# Choose a level to plot, in this case 296 K
level = 0
Expand Down

0 comments on commit 650c0a0

Please sign in to comment.