This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: "Rowe, John" <address@hidden> >Organization: ? >Keywords: 200004282124.e3SLOlG01997 netCDF ASCII ncdump John, >Do you know of any freely available fortran codes that can translate >netcdf into any form of ASCII output. The ncdump routine included in the netCDF distribution (you build it if you get the source distribution) can list out the contents of a netCDF as ASCII. You could simply redirect stdout from ncdump into a file and you have one converter. >Thankyou for your time and efforts >Yours John Rowe Tom Yoksas