-
Notifications
You must be signed in to change notification settings - Fork 37
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
Adding plotting options to Skew-T #699
Comments
@cgodine I think this would be useful, so essentially just calling Metpy's functionality for these utilizing the ACT xarray dataset format? |
I would need to look, could we just pass these as keyword arguments (**kwargs) to the MetPy function? |
Yeah that makes sense! |
@AdamTheisen from looking at the MetPy documentation for SkewT, it looks like these plotting methods aren't called via kwargs in MetPy but rather as separate plotting methods in the SkewT object in the same manner as plotting the temperature and dew point data (documentation). I was thinking it would be easiest to add directly to the ACT skew-t plotting method and adding kwargs there. |
Currently the skew-t plotting method has options to include surface-based parcel trace and shading for CAPE and CIN values. MetPy has some additional skew-T plotting features that might be useful:
plot_dry_adiabats
- Plots dry adiabat/theta linesplot_mixing_lines
- Plots mixing ratio linesplot_moist_adiabats
- Plots moist adiabatsWould these be useful to add to the skew-t plotting methods in ACT?
The text was updated successfully, but these errors were encountered: