Open vic1309 opened 1 year ago
The error message is telling you what to do. Drop lat and lon, or just don't include them in the first place.
uo = uo.drop(['lat', 'lon'])
Such coordinates have no meaning after the Fourier transform, so xgcm forces you to explicitly drop them.
Hello all
First of all, congratulations for the nice package.
I have a set of gridded variables. Latitude and longitude have NxN dimensions. A snippet is provided below:
where EKE is my 2D field.
When I run:
I get the following error:
Any ideas on how to solve it? I can provided the eke file if necessary.