Hi there,
I have build netcdf-4.2.1 with DAP support on a 32bit ubuntu machine.
when I try to access a netcdf3 64bit offset file from the NOAA nomads
with 'ncdump' I get the following
error:
* ncdump -v lat
http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20120801/gfs_hd_00z>hd_lat.cdl
** *
*NetCDF: One or more variable sizes violate format constraints *
*Location: file ncdump.c; line 2509*
On my local ubuntu 64 bit machine the command works fine
below is nc-config from the 32bit machine:
This netCDF 4.2.1 has been built with the following features:
--cc -> gcc
--cflags -> -I/usr/local/include
--libs -> -L/usr/local/lib -lnetcdf
--has-c++ -> no
--cxx ->
--has-c++4 -> no
--cxx4 ->
--fc ->
--fflags ->
--flibs ->
--has-f90 -> no
--has-dap -> yes
--has-nc2 -> yes
--has-nc4 -> yes
--has-hdf5 -> yes
--has-hdf4 -> no
--has-pnetcdf-> no
--has-szlib ->
--prefix -> /usr/local
--includedir-> /usr/local/include
--version -> netCDF 4.2.1
Any help greatly appreciated
... Henry