create
Use this command to create a graph from a recipe file.
The syntax of the recipe file is described in building graphs.
Create a graph.
usage: anemoi-graphs create [-h] [--overwrite]
[--description | --no-description]
config save_path
Positional Arguments
- config
Configuration yaml file path defining the recipe to create the graph.
- save_path
Path to store the created graph.
Named Arguments
- --overwrite
Overwrite existing files. This will delete the target graph if it already exists.
Default:
False- --description, --no-description
Show the description of the graph.
Default:
True