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.
Darin, >Date: Wed, 17 Jan 1996 18:09:13 -0500 >From: Darin Ernst <address@hidden> >Organization: . >Subject: Re: 960117: NETCDF fortran errors with linux >Keywords: 199601171614.AA16237 In the above message you wrote: > This is a multi-part message in MIME format. Thanks for sending your ftest.c. I would appear that ftest.c is calling ncddeF() with bad arguments. In particular, the dimension name appears to be the empty string. I suggest editing your ftest.f file. Put diagnostic print statements in the tncddef() function just before it calls ncddef(). Have it print out the values of the variables it passes to ncddef(). I suspect you'll see that the dimension names are incorrect. Please let me know if this helps. -------- Steve Emmerson <address@hidden>