Variable name changes in eccodes #419
williamhobbs
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was re-running some code from 2023/2024 and noticed that some variable names in xarray datasets come out different now than they did before. I think it's related to changes in eccodes.
Brief mention: mpiannucci/gribberish#63 (comment)
Changes in eccodes: ecmwf/eccodes@9f0432d#diff-bf52f84770b011c828396c842f5a282899bede6bb3acd2c967b50eabca327e42L164-R165
Previously,
"DSWRF:Surface"had a data variable name ofdswrf:(source: https://github.com/williamhobbs/solar-fleet-forecast-probability-tool/blob/main/01_intro_to_solar_actuals_and_forecasts.ipynb)
but now the data variable names is
sdswrf:I don't think there's any fix required, so this is more of an "FYI" post...
Beta Was this translation helpful? Give feedback.
All reactions