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: 9 Jun 1997 16:03:59 -0500 >From: "Steve Mauget" <address@hidden> >Organization: USDA >To: "Steve Emmerson" <address@hidden> >Subject: Re: 970609: building using N >Keywords: 199706021417.IAA27579 In the above message, you wrote: > Steve: > > I'm as confused as a billygoat on astro-turf, because I can't find any > test_read.f in src/nf_test. Try the following: 1. Go into the nf_test/ subdirectory. 2. Execute the command "make test_read.f". > I even made test again in nf_test but no luck. > Also I checked netcdf-cpp.inc, and at the end I find: > > # if ! (defined (NO_NETCDF_2)) > # define NCBYTE_T integer*1 > # define NCSHORT_T integer*2 > # endif > > I assume in this case that the # symbols are not comment de-limiters, as the > obvious comments in the file do not begin with # symbols. Right. The above indicates that the data types that are giving you problems are "integer*1" and integer*2. -------- Steve Emmerson <address@hidden>