-
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
Extend eva to support legacy ConMon time/vert data #169
Extend eva to support legacy ConMon time/vert data #169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues that I can see!
Add support for batch processing on DataType/dtype.
Fix datatype use with station data.
0106637
to
f6eb646
Compare
I found I'd missed some changes in handling station data when adding the DataType features. I've also tacked on a change to support datasets for conmon vertical plots. The changes are small but it's probably worth another quick look @CoryMartin-NOAA . |
Merge branch 'develop' into feature/con-167
Add update for conmon vert plots.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor thing but I think it's fine to merge with/without that comment edit, your call.
Fix typo.
Add a template for conventional time-series plots. Add support for conventional obs in `plotObsMon.py`. This requires a version of eva that includes PR [JCSDA-internal/eva#169 ](url) which is not yet in develop.
Extend
mon_data_space.py
to load legacy ConMon time/vert data files. Additionally clean upmon_data_space.py
by removing unused interface components and consolidate the "magic numbers" used in processing the legacy control files by moving them to the top ofclass MonDataSpace
and giving them descriptive names.Modify additional eva components to allow for batch processing of
DataType
in a manner likeChannel
andLevel
. This is necessary to make the ConMon time plots.Completes #167
Dependencies
None
Impact
None