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.
Steve, >Date: Tue, 25 Feb 97 13:36:09 -0700 >From: Steve Penton <address@hidden> >Organization: . >To: Steve Emmerson <address@hidden> >Subject: Re: 970225: NETCDF2_4R2 and R3 OSF problems >Keywords: 199702200132.SAA04501 In the above message, you wrote: > start_data,count_data,stride_data, etc are all of our type > IDL_LONG which is defined as (here LONG_NOT_32 is true) I suspect that this is your problem. Instead of being of type IDL_LONG, they should simply be of type `long' because that's the type expected by the ncvar{get,put}g() functions. -------- Steve Emmerson <address@hidden>