help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave & netcdf


From: Clinton Winant
Subject: Re: octave & netcdf
Date: Mon, 30 Nov 2015 20:31:02 -0800

The main difference is the netcdf 4, right?  I wonder if the netcdf octave package expects that??  Maybe Alex will shed some light.  I have determined that ncdump gives the correct reading on my other .nc files.  Only this test.nc it doesnt like....

On Mon, Nov 30, 2015 at 8:11 PM, Dmitri A. Sergatskov <address@hidden> wrote:
On Mon, Nov 30, 2015 at 9:58 PM, Clinton Winant <address@hidden> wrote:
This might help???
address@hidden:/HOME/cdw/Hardware/Supermicro$ nc-config --all

This netCDF 4.3.3.1 has been built with the following features:

  --cc        -> gcc
  --cflags    ->  -I/usr/local/netcdf/include
  --libs      -> -L/usr/local/netcdf/lib -lnetcdf

  --has-c++   -> no
  --cxx       ->
  --has-c++4  -> no
  --cxx4      ->

  --fc        ->
  --fflags    ->
  --flibs     ->
  --has-f90   -> no

  --has-dap   -> no
  --has-nc2   -> yes
  --has-nc4   -> no
  --has-hdf5  -> no
  --has-hdf4  -> no
  --has-pnetcdf-> no

  --prefix    -> /usr/local/netcdf
  --includedir-> /usr/local/netcdf/include
  --version   -> netCDF 4.3.3.1



​Your test.nc size is exactly the same as mine, but my nc-config --all is different:

 ​

This netCDF 4.3.3.1 has been built with the following features:

  --cc        -> gcc
  --cflags    ->  -I/usr/include -I/usr/include/hdf
  --libs      ->

  --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  -> yes
  --has-pnetcdf-> no

  --prefix    -> /usr
  --includedir-> /usr/include
  --version   -> netCDF 4.3.3.1

​Dmitri.
--

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]