SounderPy v3.0.2
SounderPy v3.0.2 | "The Parcel Update"
The Scoop:
Additions
ecape-parcel-py
specialized parcel calculation and plotting logic- Relative humidity w/ height annotations on 'full' sounding plot
- 6-9km kinematic parameters added to the 'kinematics' parameter print-out box on 'full' sounding and hodograph plots
- User-defined and custom storm motion support using the kwarg
storm_motion
- Accept Matplotlib colormaps for composite-sounding plots using the
cmap
kwarg - VAD hodograph plot function and data retrieval function added, but dependency issues exist -- full release of these features will be delayed.
Changed
- Composite-sounding plots now default to matplotlib colormap 'viridis' instead of a hard-coded list of colors. Users can still use the
color_to_use
kwarg or the newcmap
kwarg to override the colors used. - The thermodynamics section of the 'full' sounding plot was rearranged. 'SR-ECAPE' (SB, MU & ML) replaced the 'NCAPE' section.
- Storm motion logic was reworked in the
.calc
module to use 'sm_u'/'sm_v' instead of 'rm_u'/'rm_v' so that all calculations and plotting responds to user-defined storm motion. - Some aspects of the skew-t plot layout were adjusted for improved readability. DGZ, HGZ, Max-lapse rate, and EIL annotations are now located on the left of the plot.
Bug Fixes
- Band-aid-ed missing BUFKIT dewpoints so parcel calculations stop failing on BUFKIT forecast model data
- Fixed ERA5 data parsing issue
Removed
None