-
Rerunning old code and am getting a new error message. Attached is the sample code found on the docs [website](https://xgcm.readthedocs.io/en/latest/xgcm-examples/05_autogenerate.html?highlight=bounda…
-
I keep finding it funny that xgcm has both `periodic` and `boundary` kwargs. Logically it seems like `periodic` should be replaced by `boundary="periodic"`?
-
I recently demo'd grid_ufunc at the M2LInES meeting. Here is how I did it.
```python
from intake import open_catalog
import xgcm
cat = open_catalog("https://raw.githubusercontent.com/pangeo-da…
-
@paigem mentioned that we should link to this xgcm video from SciPy in the docs
https://www.youtube.com/watch?v=lo6JvrJ-YA8&ab_channel=Enthought
-
[In this notebook](https://gist.github.com/TomNicholas/acbed2aa68658f4d9b87d798b35b5379) the time index gets silently dropped when the grid ufunc is applied. This behavior should be checked by xgcm in…
-
Following on #105, I think it is worth discussing in more detail if we can improve the way this package is able to deal with grid setup information that can differ for each model (and is necessary for…
-
I wanted to raise an issue that has come up via @stb2145's work with SODA.
The basic issue is that `interp` and `diff` are not aware of "interior boundaries", i.e. grid cells that are next to land…
-
There are a few numpy functions which xarray calls on wrapped arrays but which are not (yet) in the Array API Standard. (See https://github.com/data-apis/array-api/issues/187#issuecomment-1553615779) …
-
Issue: grid. transform is checking for that even dimensions not being transformed along are not periodic. Peridocity should only checked in the direction that is being transformed (e.g why would a tra…
-
**What happened**:
When I wrote the documentation about the boundary condition, I focused on the diff operator (see [https://xgcm.readthedocs.io/en/latest/boundary_conditions.html](https://xgcm.rea…