JCSDA-internal / eva

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

Level subset does not work in mon_data_space.py [Bug] #178

Closed EdwardSafford-NOAA closed 6 months ago

EdwardSafford-NOAA commented 6 months ago

If the levelsarray in the input yaml file does not include all level values found in the control file then the data load fails when the time data is added to the dataset. The issue is that the several variables associated with levels (level, level_yaxis_z, level_assim, level_nassim) need to all be reduced if the actual levels requested is not all available. This is already done for Channel so it should be a simple addition to the subset_coordinates method in mon_data_space.py.