GRIB input

Note

This is placeholder documentation. This will explain how to use the GRIB input’s behaviour can be configured.

Use the namer parameter to specify how to rename fields to match the names in the checkpoints.

grib:
  path: /path/to/grib/file.grib
  namer:
    rules:
    - - shortName: T_SO
      - '{shortName}_{level}'
    - - shortName: SMI
      - '{shortName}_{level}'
    - - { shortName: PS, dataType: fc }
      - ignore
    - - { shortName: Z0, dataType: fc }
      - ignore
    - - { shortName: FR_LAND, dataType: fc }
      - ignore