anemoi-dataset

Experimental

This source is experimental and may change in the future.

An anemoi-dataset can be a source for a dataset:

input:
  anemoi-dataset:
    join:
    - dataset: dataset1
      select: [ z_500, t_500, u_500, v_500 ]
      frequency: 6h
    - dataset: dataset2
      select: [ msl, 2t, 10u, 10v ]
      frequency: 6h
    start: 2000
    end: 2001

The parameters are the same as those used in the open_dataset function, which allows you to subset and combine datasets. See Opening datasets for more information.

In particular, this is how local zarr datasets created with anemoi in a can be used as a source, contrary to xarray-zarr :

input:
  anemoi-dataset:
    dataset: path/to/dataset.zarr