C2SM / Sirocco

AiiDA based Weather and climate workflow tool
1 stars 0 forks source link

Implement parsing of workflow config from a yaml file #17

Closed agoscinski closed 1 month ago

agoscinski commented 2 months ago

We use pydantic to define a schema for the workflow config that can be used to parse a yaml file following the schema.

We provide a function to parse from a yaml file using pydantic-yaml.