Versions Compared

Key

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

...

ecCodes can be instructed to search for definition files in one or more directory trees with the environment variable variable ECCODES_DEFINITION_PATH. All the site specific files have to be stored in a sub-directory tree similar to the hierarchy of the ecCodes distribution. Then , the site specific directory has to be included first in the search path. For example:

Code Block
languagebash
export ECCODES_DEFINITION_PATH=/usr/site/eccodes/definitions:/usr/local/share/eccodes/definitions

...