Skip to content

Commit

Permalink
Merge pull request #498 from NCAR/update_ncl_skewt_2_2
Browse files Browse the repository at this point in the history
Update ncl_skewt_2_2
  • Loading branch information
pilotchute committed Mar 28, 2023
2 parents 86cc244 + 2f8554e commit 4b86c36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gallery/Skew-T/NCL_skewt_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import geocat.viz as gv
import geocat.datafiles as gdf
import geocat.comp.skewt_params as gcskewt

##############################################################################
# Read in data:
Expand All @@ -48,7 +47,7 @@
tc0 = tc[0] # Temperature of surface parcel
tdc0 = tdc[0] # Dew point temperature of surface parcel
pro = mpcalc.parcel_profile(p, tc0, tdc0) # Temperature profile of parcel
subtitle = gcskewt.get_skewt_vars(p, tc, tdc, pro) # Create subtitle
subtitle = gv.get_skewt_vars(p, tc, tdc, pro) # Create subtitle

##############################################################################
# Plot:
Expand Down

0 comments on commit 4b86c36

Please sign in to comment.