Nick Hodgskin
Nick Hodgskin
Ah yes, definitely would be impacted by unstructured grids. Might be worth refactoring ahead of time in prep for v4 (so that development is easier), but it's low on my...
Resolved in 00bfe075eacda747f5530077948e2c30b82bc468
converting to draft until I've managed to take a look at refactoring the pset.execute() loop
You need to install the optional netcdf dependency: `pip install 'seabird[CDF]'` Or do `pip install netcdf4` separately
Tests are passing in #2327 , and from our discussions @fluidnumerics-joe it sounds like this can be closed now?
This can be put in the contributing page in a section about creating minimal examples
@erikvansebille this is the tracking issue for the particledata class implementation as an xarray Dataset (as I've grown familiar with the codebase - I think an xarray dataset is the...
Hi @janhclem - thanks for posting this, definitely the right place to put it! Tagging @fluidnumerics-joe as he is working on the unstructured fieldset ingestion
I'm happy to work on this
Also https://github.com/xgcm/xgcm/blob/5c5df2f5850447a813cda4ac6dab009a7aa1b44f/xgcm/grid.py#L201-L207 Should be ``` if periodic is not None: ``` since reading this code people doing `periodic = False` would not get the deprecation warning (though this is a...