create
Use this command to create a dataset from a recipe file. The syntax of the recipe file is described in building datasets.
Create a dataset.
usage: anemoi-datasets create [-h] [--overwrite] [--test]
[--threads THREADS | --processes PROCESSES]
[--trace]
config path
Positional Arguments
- config
Configuration yaml file defining the recipe to create the dataset.
- path
Path to store the created data.
Named Arguments
- --overwrite
Overwrite existing files. This will delete the target dataset if it already exists.
Default:
False
- --test
Build a small dataset, using only the first dates. And, when possible, using low resolution and less ensemble members.
Default:
False
- --threads
Use n parallel thread workers.
Default:
0
- --processes
Use n parallel process workers.
Default:
0
- --trace
Default:
False