[Bug] Fix several errors in map_scatter and associated data
Closed this issue · 0 comments
EdwardSafford-NOAA commented
There are 3 bugs associated with map_scatter plots when all ozone data files are missing. The result of such a condition should be a plot with 4 empty subplots each showing a world map and color bar. The errors are:
mon_data_space.py
needs to add empty lat and lon values for each level.emcpy_map_scatter.py
needs to remove 'level' from the plot object --emcpy
doesn't recognizelevel
and fails if it's in the plot object's configuration.dynamic_config.py
needs a check on the data. When there is none it shouldn't try to sort the data -- that's a fatal error.- All ozone horizontal plots that have more than 1 level fail.