JCSDA-internal / eva

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

Handle missing station data file rather than exiting with an exception #198

Closed EdwardSafford-NOAA closed 3 months ago

EdwardSafford-NOAA commented 4 months ago

Add zeroed data if a station data file is missing to ensure continued execution.

Resolves #197

Dependencies

Not a huge deal but I started this branch from my fix for #196 so that should be merged before this change.

CoryMartin-NOAA commented 4 months ago

I don't have the authority to merge PRs if the tests fail, so we will need to get the CI passing before we can merge

EdwardSafford-NOAA commented 3 months ago

@CoryMartin-NOAA CI tests are good to go now, so this can be merged.