Versions Compared

Key

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

...

On this platform, ecCodes is installed in /usr/local/apps/eccodes/2.2.0 and the definitions are in /usr/local/apps/eccodes/2.2.0/share/eccodes/definitions.

To get just the definition path above, you can run codes_info with the "-d" option:

Code Block
% def=`codes_info -d`
% echo $def
/usr/local/apps/eccodes/2.2.0/share/eccodes/definitions

This is useful for embedding in Shell scripts.