NetCDF supports NC_LONG between -2147483648 and 2147483647, but
according to Kernighan & Ritchie, 2nd edition on ANSI standards, p.257 at
section
B11, Implementation-defined limits, we have LONG_MIN as -2147483647.
Can the use of -2147483648 for missing value in netCDF file create problems on
some machine?
Rakesh Mithal
>From owner-netcdfgroup@xxxxxxxxxxxxxxxx 10 2001 Apr -0700 10:45:43
Message-ID: <m3puek7ins.fsf@xxxxxxxxxxxxxxxxxxx>
Date: 10 Apr 2001 10:45:43 -0700
From: Alexey Goldin <Alexey.Goldin@xxxxxxxxxxxx>
In-Reply-To: Russ Rew's message of "Mon, 09 Apr 2001 17:15:41 -0600"
To: Russ Rew <russ@xxxxxxxxxxxxxxxx>
Subject: Re: neCDF software that handles standard packing attributes
Received: (from majordo@localhost)
by unidata.ucar.edu (UCAR/Unidata) id f3AHjrl16023
for netcdfgroup-out; Tue, 10 Apr 2001 11:45:53 -0600 (MDT)
Organization: UCAR/Unidata
Keywords: 200104101745.f3AHjoL16018
X-Authentication-Warning: allegro.caltech.edu: goldin set sender to
Alexey.Goldin@xxxxxxxxxxxx using -f
Cc: Alexey Goldin <Alexey.Goldin@xxxxxxxxxxxx>, netcdfgroup@xxxxxxxxxxxxxxxx
References: <200104092315.f39NFgL12049@xxxxxxxxxxxxxxxx>
Lines: 28
User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-netcdfgroup@xxxxxxxxxxxxxxxx
Precedence: bulk
Reply-To: Alexey Goldin <Alexey.Goldin@xxxxxxxxxxxx>
Russ Rew <russ@xxxxxxxxxxxxxxxx> writes:
> Alexey,
>
> > Another question --- does anyone know of plotting program similar to
> > xmgr or grace that can read NetCDF data, but also respects
> > scale_factor and add_offset attributes?
>
> Software packages that handle netCDF scale_factor and add_offset
> attributes automatically include at least the following:
>
> CSIRO Matlab/netCDF interface
> http://www.marine.csiro.au/sw/matlab-netcdf.html
>
> Freud
> http://www.jisao.washington.edu/freud/
>
> FAN
> http://www.unidata.ucar.edu/staff/russ/netcdf/fan_utils.html
>
> ncbrowse
> http://www.epic.noaa.gov/java/ncBrowse/
>
> NCO (alpha test version)
> http://nco.sourceforge.net/
Thank you!