ECMWF grib2 data files ECMWF/grib2#
Description#
ECMWF GRIB2 domain plugin.
Reads horizontal and vertical grid metadata from an ECMWF GRIB2 file
({dir}/{file}). The grid layout is determined by the GRIB2 coordinate
metadata; vertical levels follow the standard ECMWF hybrid sigma-pressure
convention.
Note
This plugin is at an early stage of development. Only a subset of ECMWF GRIB2 grid types has been tested.
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
See also