JCSDA-internal / eva

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

[Bug] mon_data_space.py doesn't zero out data if the station data file is missing #197

Closed EdwardSafford-NOAA closed 3 months ago

EdwardSafford-NOAA commented 4 months ago

This replaces obs-monitor 33. The problem is here in eva mon_data_space.py not in obs-monitor.

If a station data file is not found eva halts with an exception instead of zeroing out the data and continuing execution. Missing non-station data files are handled correctly.