JCSDA-internal / eva

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

Fix levels bug in mon_data_space.py #179

Closed EdwardSafford-NOAA closed 8 months ago

EdwardSafford-NOAA commented 8 months ago

Levels implementation as dataset coordinate in data/mon_data_space.py was not entirely complete. If the input yaml file requested only a subset of the available levels, as opposed to requesting all levels specified in the control file, the results were sub-optimal. The fix is simple enough -- it now follows the same steps as for the Channel coordinate.

Resolves #178 .