-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for batch processing by level #156
Comments
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 19, 2023
Update figure_driver to parse level in addition to channel.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 20, 2023
Eliminate pycode complaints.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 20, 2023
Add title mod variable for channel/level.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 20, 2023
Make requested changes.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 20, 2023
Make requested changes.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 20, 2023
Fix no plots for datasets with no channels.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 20, 2023
Fix no plots for datasets with no channels.
EdwardSafford-NOAA
added a commit
to EdwardSafford-NOAA/eva
that referenced
this issue
Sep 25, 2023
Fix code review items.
CoryMartin-NOAA
pushed a commit
that referenced
this issue
Sep 25, 2023
* Ref #152 Add level components, streamline level, channel, scan. * Ref #152 Rm unnecessary yaxis pseudo-data. * Revert "Ref #152" This reverts commit 40b5a49. * Ref #152 Reduce marker psuedo data to single variable. * Ref #156 Update figure_driver to parse level in addition to channel. * Ref #156 Eliminate pycode complaints. * Ref #156 Add title mod variable for channel/level. * Ref #156 Make requested changes. * Ref #156 Fix no plots for datasets with no channels. * Ref #156 Fix code review items.
Closed by #157 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Extend the batch processing mechanism to plot data by channels to instead plot by levels. This is needed in order to generate the Ozone and Conventional DA monitoring plots which use level as a coordinate instead of channel.
I'm not sure if/how this might relate to #124 so I've opened it as a separate issue.
Requirements
Given an Ozone time series yaml file, generate plots by level.
Dependencies
None
The text was updated successfully, but these errors were encountered: