xgcm/aerobulk-python

Accomodate any input shape by extending/reshaping

jbusecke opened this issue · 1 comments

#15 implements an xarray wrapper which only accepts 3d input, and errors otherwise.
As @rabernat points out correctly, our wrapper can be smarter by expanding/squeezing input that has less dimensions or reshaping input with more dimensions before/after the actually call to aerobulk.

Closed via #40