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

Mask fill values in output dataset #148

Closed benbovy closed 4 years ago

benbovy commented 4 years ago

This leaves mask_and_scale to its default value (True) when using xarray.open_zarr() to load back the dataset at the end of the simulation. For convenience, a new decoding parameter has been added to xarray.Dataset.xsimlab.run() to pass keyword arguments to xarray.open_zarr().