@see [zarr.storage._init_array_metadata](https://github.com/zarr-developers/zarr-python/blob/4d4d8339896b5d5631bee57474813d6b7534e31c/zarr/storage.py#L355) @see [zarr.util.normalize_chunks](https://github.com/zarr-developers/zarr-python/blob/4d4d8339896b5d5631bee57474813d6b7534e31c/zarr/util.py#L106) - [x] Auto compute chunk size if chunks==null and chunked==true - [x] If chunked==false , chunks must be equal to shape (SingleChunk) - [ ] Exceptions like python if chunk dimensions or other things are wrong. @see [zarr.util.normalize_chunks](https://github.com/zarr-developers/zarr-python/blob/4d4d8339896b5d5631bee57474813d6b7534e31c/zarr/util.py#L106)
@see zarr.storage._init_array_metadata
@see zarr.util.normalize_chunks