Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When defining your text, you can use a special tag grib_info, Magics will then get the information from the grib header and replace the tag by the value read. You can use all the grib api ecCodes keys, and Magics have a special one called valid-date that will compute the valid date for the data, taking into account the base date and the step.

...

 To get an idea of the available keys on your grib files, you can use the function tool grib_dump of the ecCodes package.

 Here is a short list of keys that we find useful, and are used in the generation of the automatic Magics title

     

grib_api ecCodes keydefinition
centreoriginating centre
namelong name of the parameter
shortNameshort name of the parameter
valid-datevalid date ( computed by Magics)
unitsunits
levellevel

...