[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20030129: NetCDF Fortran library



>To: address@hidden
>From: David Salapata <address@hidden>
>Subject: Fortran library
>Organization: ESSIC
>Keywords: 200301291716.h0THGf600510

Hi Dave,

> My name is Dave Salapata and I am not so much interested in joining the
> mail group as I am, but I am interested in ftp of the NetCDF Fortran
> library.  I was able to anonymously ftp to your site at unidata.ucar.edu
> 
> but I was unable to locate the NetCDF Fortran library.  I am part of a
> group that is working on global water balances and am triyng to use data
> 
> from National Oceanographic Data Center - Atlas of Surface Marine Data.
> In the documentation for the data they list this library and your ftp
> site as to where to find the library and its subroutines.  If you could
> help in anyway as to where and how I can get this data it would be
> greatly appreciated.  Thanks

The Fortran-77 and Fortran-90 libraries are both included with the
netCDF distribution, as are C and C++ libraries.  The Fortran
libraries are not available separately because they are just thin
veneers over the C library and thus would not be of any use without
the C library. 

You can get the whole netCDF source distribution including the source
code for all the above libraries here:

 ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf.tar.Z

and instructions for building and installing on common platforms here:

 http://www.unidata.ucar.edu/packages/netcdf/INSTALL.html

Alternatively, if you just want the compiled binary library for a
platform on which we have built it, you can just download that:

 http://www.unidata.ucar.edu/packages/netcdf/binaries.html

--Russ