Versions Compared

Key

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

...

The library is static and its name follows the normal UNIX convention (it starts with lib and ends in .a), so the library can be specified in the compile/link command using the
standard ld convention, for example:

f77 -o program program.f -lemos

Package contains examples for the GRIB, BUFR, CREX decoding and Interpolation.

...

The following variable can be set to "true" in order to create CREX massege
message with check digit.

USE_E=TRUE

...

PLEASE NOTE: Ifbuild_library

...

script is used to build the library and the install script to install the library and tables, it is not necessary to set these environment variables for the tables!

The location of GRIB tables, BUFR tables, CREX tables, Local Definition of GRIB templates and land-sea mask could be specified by putting the specification of the environment variables in your startup start-up files (.profile, ...) to ensure you have access to them upon future logins. Thus:

ECMWF_LOCAL_TABLE_PATH ="chosen directory"/gribtables/
export ECMWF_LOCAL_TABLE_PATH

BUFR_TABLES ="chosen directory"/bufrtables/
export BUFR_TABLES

CREX_TABLES ="chosen directory"/crextables/
export CREX_TABLES

MARS_LSM_PATH ="chosen directory"/land_sea_mask/
export MARS_LSM_PATH

LOCAL_DEFINITION_TEMPLATES ="chosen directory"/gribtemplates/
export LOCAL_DEFINITION_TEMPLATES

 

setenv ECMWF_LOCAL_TABLE_PATH "choosen directory"/gribtables/

setenv BUFR_TABLES "chosen directory"/gribtables/

setenv CREX_TABLES "chosen directory"/gribtables/

setenv MARS_LSM_PATH "chosen directory"/gribtables/

setenv LOCAL_DEFINITION_TEMPLATES  "chosen directory"/gribtemplates/

Please note:

All software items above are available in the format "* .tar.gz" ie gzipped and tarred source for use with Unix or Linux based systems.