Julius Busecke

Results 211 issues of Julius Busecke

Thanks to @dhruvbalwada for noticing this. When removing `extrapolate` as option in #470 there were a bunch of docstrings left which still mention `extrapolate` as viable option (and did not...

Just found a [leftover print statement](https://github.com/xgcm/xgcm/blob/8fcd0b062f80355bce8bf10d5ecda6b2587138e4/xgcm/grid.py#L147) from #551. Lets implement a linter to prevent this in the future. - [ ] Closes #xxxx - [ ] Tests added - [...

We currently store the input from `Grid(..., **face_connection=**)` in the private property [`_connections`](https://github.com/xgcm/xgcm/blob/61dca56eecde7c3aabb3eaf4577a39c69fc86cfa/xgcm/grid.py#L227) which seems inconsistent. I propose to rename this to `_face_connections` for consistency

enhancement

I was working with @TomNicholas right now and we found the LLC4320 face connections in this closed [issue](https://github.com/xgcm/xgcm/issues/116) as suggested therein we should have this as an example in the...

docs

@TomNicholas and I just had a very productive chat and just want to document some of the ideas here. Ultimately what we aim to do here is to separate concerns:...

enhancement

Got really inspired by #557 and decided to try to build on top of that with a PR that renames `boundary` to `padding` (which makes it consistent with the nomenclature...

It might be nice to have a `Grid.equals()` method that is able to determine if grids are functionally equivalent. This came up in [#557](https://github.com/xgcm/xgcm/pull/557#discussion_r1090866607) and might be more generally useful...

enhancement

I am wondering if it makes sense to set a fill_value globally on the grid. It makes more sense to me to define this on the method level (e.g. cumsum...

question

I just saw https://github.com/xarray-contrib/cf-xarray/pull/370 over at cf-xarray. I think this is a big step towards enabeling us to remove `autogenerate.py` from xgcm. I have thought long about this and came...

enhancement

- [ ] Closes #127 - [x] Tests added - [x] Passes `pre-commit run --all-files` - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` -...