mmspy.api.store.Store.write_dataset#

Store.write_dataset(dataset, store, local_path, time_dependent=True, time_dimension='time', mode='w', nochunk=False, **kwargs)#

Write a dataset to a data store.

Parameters:
  • dataset (Dataset) – Dataset.

  • local_path (str) – Path to the file in the local store.

  • store (str) – Name of the store.

  • time_dimension (str) – Name of time dimension.

  • mode ({'w', 'w-', 'a'}) – Write mode.

  • nochunk (bool) – Whether to automatically chunk data.