Replies: 1 comment 5 replies
-
|
Can you share the code you're using to access the data so we can try to reproduce the problem? |
Beta Was this translation helpful? Give feedback.
5 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I processed data from CMIP6 output and was trying to calculate temperature advection with
metpy.calc.advection. I sucessfully calculated that about a month ago, but when I re-run the code today, all the values calculated withmpcalc.advectionreturned as NaN values.dict_ds_ts,dict_ds_uas,dict_ds_vasare dictionaries with key as modelnames and value as a DataArray. I checked the values were mostly non-nans, so I am unsure where might have gone wrong.My Metpy version is 1.3.1.
Any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions