xarray-contrib / xarray-simlab

Xarray extension and framework for computer model simulations
http://xarray-simlab.readthedocs.io
BSD 3-Clause "New" or "Revised" License
73 stars 9 forks source link

Concatenate output snapshots along arbitrary dimension #108

Closed benbovy closed 4 years ago

benbovy commented 4 years ago

This is useful for variables that have a dynamic size (number of array elements) for one of their dimensions (for example, a model that simulates an ensemble made of a variable number of particles).

TODO:

benbovy commented 4 years ago

Closing as #111 + additional xarray methods will do the job (added an example in the documentation).