...
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 | ||
---|---|---|
| ||
export ECCODES_DEFINITION_PATH=/usr/site/eccodes/definitions:/usr/local/share/eccodes/definitions |
...