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
-
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.advection
returned as NaN values.dict_ds_ts
,dict_ds_uas
,dict_ds_vas
are 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