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

Re: netCDF for W2K



>To: address@hidden
>From: "James K Lewis" <address@hidden>
>Subject: Re: 20040311: netCDF for W2K
>Organization: Scientific Solutions, Inc.
>Keywords: 200403110123.i2B1NgrV000584

Jim,

> OK, I'll put ncdump.exe and ncgen.exe into the bin directory.  When I
> finally get netCDF completely working, will it need to access ncdump.exe and
> ncgen.exe?

Those are separate utility programs that you can use if you want, but
they are not required for using the library.  Chapter 10 of the netCDF
User's Guide discusses these utilities:

  
http://www.unidata.ucar.edu/packages/netcdf/f90/Documentation/f90-html-docs/guide10.html#1005300

ncdump reads a netCDF dataset and prints a textual representation of
the information in the dataset.

ncgen reads a textual representation of a netCDF dataset and generates
the corresponding binary netCDF file or a C or FORTRAN program to
create the netCDF dataset.

The output from ncdump is intended to be acceptable as input to ncgen.
Thus ncdump and ncgen can be used as inverses to transform data
representation between binary and text representations.

--Russ