ECMWF grib2 data files ECMWF/grib2

ECMWF grib2 data files ECMWF/grib2#

YAML arguments#

The following arguments are used to configure the plugin. pyCIF will return an exception at the initialization if mandatory arguments are not specified, or if any argument does not fit accepted values or type:

Mandatory arguments#

file : str, mandatory

Grib file containing the grid coordinates

Optional arguments#

dir : str, optional, default “”

Directory containing file

YAML template#

Please find below a template for a YAML configuration:

 1domain:
 2  plugin:
 3    name: ECMWF
 4    version: grib2
 5    type: domain
 6
 7  # Mandatory arguments
 8  file: XXXXX  # str
 9
10  # Optional arguments
11  dir: XXXXX  # str