Ryan May

Results 784 comments of Ryan May

Congratulations on your first merged PR to MetPy! 🎉 We hope to see you around in the future!

So the problem for advection is that the function takes `vertical_dim`, to support anyone wanting to do vertical advection. It falls out of the call when we go to calculate,...

Is the workaround here to do: ```python ds.Absolute_vorticity_isobaric.attrs['units'] = '1/s' ``` ? Given this is the first time we've hit that, I'm not sure how prevalent the problem is. Right...

That's kind of the solution I was bouncing around in my head.

Well, probably either way we're writing 90% of the same code. So I'd say we could inquire upstream (either before learning how to integrate in there or with a draft...

In testing, it happens when Jupyter completes *without* an existing instance that's already been executed.

Congratulations on your first merge PR to MetPy! :tada: We hope we see you around more in the future!

[Here](https://github.com/aurghs/xarray-backend-tutorial) are some tutorial materials on implementing backends.