[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
960409: "ncvarput: xdr_NC_fill"
- Subject: 960409: "ncvarput: xdr_NC_fill"
- Date: Tue, 09 Apr 96 11:45:06 -0600
John,
>Date: Tue, 9 Apr 1996 12:58:43 -0400 (EDT)
>From: address@hidden (John Sheldon)
>Organization: NOAA/GFDL
>Subject: Re: 960409: "ncvarput: xdr_NC_fill"
>Keywords: 199603281505.AA27313
In the above message you wrote:
> > I haven't been able to duplicate the problem here. Can you send me a
> > small piece of code that exhibits the problem.
>
> Easier said than done, but I'll try to hack something together when I
> can get some time - it could take a while...Any intuitive leaps you can
> pass on? Maybe it'll help if I can zero in in something. What would
> cause an error like that?
I think the following is happening. Because prefill is enabled,
ncvarput() tries to fill the output array with fill-values. It calls
the internal routine xdr_NC_fill() to do this. xdr_NC_fill(), in turn,
calls an appropriate XDR routine. It's this XDR routine that's failing
on your system. I don't know why.
xdr_NC_fill() is in libsrc/cdf.c.
--------
Steve Emmerson <address@hidden>