CDO with netcdf4
Added by Guilherme Martins almost 10 years ago
Hi all,
How can I use cdo with netcdf4? I installed zlib and hdf5 but I don't know if I have to install other library. Any help is very appreciated.
gui@curupira:~$ cdo -V
Climate Data Operators version 1.6.8rc4 (http://mpimet.mpg.de/cdo)
Compiled: by gui on curupira (i686-pc-linux-gnu) Mar 25 2015 16:56:55
Compiler: gcc -std=gnu99 -g -O2 -fopenmp
version: gcc (Ubuntu/Linaro 4.8.1-10ubuntu9) 4.8.1
Features: PTHREADS OpenMP JASPER
Libraries:
Filetypes: srv ext ieg grb grb2 nc nc2
CDI library version : 1.6.8 of Mar 25 2015 16:55:53
CGRIBEX library version : 1.7.1 of Mar 4 2015 13:33:34
GRIB_API library version : 1.12.3
netCDF library version : 4.2.1.1 of Oct 27 2014 15:50:25 $
HDF5 library version : 1.8.13
SERVICE library version : 1.3.2 of Mar 25 2015 16:55:33
EXTRA library version : 1.3.2 of Mar 25 2015 16:55:26
IEG library version : 1.3.3 of Mar 25 2015 16:55:31
FILE library version : 1.8.2 of Mar 25 2015 16:55:27
gui@curupira:~$
Replies (2)
RE: CDO with netcdf4 - Added by Uwe Schulzweida almost 10 years ago
It seems that your netCDF library was not compiled with netcdf4 support. netCDF4 support must be explicitly switch on with the configure option --enable-netcdf4 when building the netcdf library.
RE: CDO with netcdf4 - Added by Guilherme Martins almost 10 years ago
Dear Uwe,
Thanks a lot.
Guilherme.