On Oct 28, 5:06pm, newsmgr@xxxxxxxxxxxxxx wrote:
> Subject: ncendef error message
>
> Hi,
>
> I wrote a small fortran program to read some data and create a netCDF
> file. Everything seems to be fine until i call ncendf(ncid,errcode). It
> then comes up with an error message saying:
>
> ncendef: xdr_NC_array: loop
>
> any hints?
>
> Thanks,
>
> ari
>-- End of excerpt from newsmgr@xxxxxxxxxxxxxx
This cryptic message from the netcdf-2 library indicates that there
was an error attempting to convert or write data in the netcdf "header".
It is most likely a "write" error, as opposed to some conversion error.
In netcdf-3, we can distinguish between the the various errors more
clearly, and return a different, equally cryptic :-), error message.
-glenn