dschwoerer / xemc3

A library for working with EMC3 simulations using the xarray framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use `sparse` for `*_DEPO`

dschwoerer opened this issue · comments

The *_DEPO are typically sparse arrays. However, xarray does not support writing sparse to netcdf.

This is a reminder to switch once it is implemented in xarray.