downloading ERA5 pressure-level data for a single pressure level caused an issue, as "level" was assigned to the dataset twice (due to the CDS-Beta compatibility bugfix)
downloading ERA5 pressure-level data works fine for multiple pressure levels
downloading ERA5 single-level data works fine
Now:
downloading ERA5 pressure-level data also works for a single pressure level
Tests
[x] QC test locally (make test)
-- 6 failed, 1017 passed, 161 skipped, 1 xpassed
-- all the failed tests are GOES tests, and I manually skipped LEO tests
Behavior so far:
Now:
Tests
make test
) --6 failed, 1017 passed, 161 skipped, 1 xpassed
-- all the failed tests are GOES tests, and I manually skipped LEO testsReviewer
Thanks @zebengberg !