Skip to content
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

Quick fixes #319

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Quick fixes #319

merged 2 commits into from
Jul 29, 2024

Conversation

justin-richling
Copy link
Collaborator

The plotting scripts for lat/lon and zonal have some bugs that are causing failures.

In global_latlon_map.py this will fix the check for variables with vertical levels. Currently it is falsely checking if the user supplied vertical levels to plot for 2d plots. But the check should be for if the variable has vertical levels.

Currently in zonal_mean.py the 3d variables are only being plotted in log-P y-coordiantes. This fix will make sure to also include the 3d variable plots in the regular y-coordiante as well.

Currently only 3d variables are being plotted in log-P but, this will add the missing standard 3d variable plots
Fix the incorrect check if variables are 3d
@justin-richling justin-richling merged commit 1c7364c into NCAR:main Jul 29, 2024
7 checks passed
@justin-richling justin-richling deleted the quick-fixes branch July 29, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant