README 1.51 KB
Newer Older
Uwe Schulzweida's avatar
Uwe Schulzweida committed

CDI - Climate Data Interface
----------------------------

     This package contains the source code for the CDI library from
     the Max-Planck-Institute for Meteorology.
     CDI is a C and Fortran Interface to access Climate model Data.
     Supported file formats are GRIB, netCDF, SERVICE, EXTRA and IEG.

Uwe Schulzweida's avatar
Uwe Schulzweida committed
     CDI is licensed under the GNU General Public License, version 2.
     Read the file COPYING in the source distribution for details.

Uwe Schulzweida's avatar
Uwe Schulzweida committed
Documentation:

Uwe Schulzweida's avatar
Uwe Schulzweida committed
     ANSI C Manual:  ./doc/cdi_cman.pdf
     Fortran Manual: ./doc/cdi_fman.pdf
Uwe Schulzweida's avatar
Uwe Schulzweida committed

Installation:

Uwe Schulzweida's avatar
Uwe Schulzweida committed
     1. Run ./configure, with some options if you wish. The standard
        options are documented in the INSTALL file. The configuration
        script has some more options; type 'configure -h' to see them.
        The most interesting ones are the usual
        --prefix=<installation directory> and
        --with-netcdf=<netCDF root directory> to enable netCDF support.

     2. Do "make" to compile the library.

     3. (Optional) Do "make install", possibly as root if the destination
        permissions require that. This installs CDI in the directory
        specified during configuration. The default prefix is /usr/local.
Uwe Schulzweida's avatar
Uwe Schulzweida committed

Porting:

     This library was designed for maximum portability. It is written entirely
     in ANSI C, and will compile on most UNIX platforms.

     The FORTRAN interface is using the cfortran.h macros from
     http://www-zeus.desy.de/~burow/cfortran/
     
Contact:

Uwe Schulzweida's avatar
Uwe Schulzweida committed
     Send questions, comments and bug reports to Uwe.Schulzweida@zmaw.de
Uwe Schulzweida's avatar
Uwe Schulzweida committed