JCSDA-internal / eva

Evaluation and Verification of the Analysis
Apache License 2.0
5 stars 12 forks source link

Extend eva to support legacy ConMon time/vert data #169

Closed EdwardSafford-NOAA closed 10 months ago

EdwardSafford-NOAA commented 10 months ago

Extend mon_data_space.py to load legacy ConMon time/vert data files. Additionally clean up mon_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 of class MonDataSpace and giving them descriptive names.

Modify additional eva components to allow for batch processing of DataType in a manner like Channel and Level. This is necessary to make the ConMon time plots.

Completes #167

Dependencies

None

Impact

None

EdwardSafford-NOAA commented 10 months ago

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 .