Problem installating CDO
Added by Debasish Pal over 11 years ago
Hi,
I am using CDO for the first time and followed CDO user guide to do so. I have installed other required libraries before installing CDO in Linux x86_64 system. When I typed "cdo" it shows this :
.......
CDO version 1.6.0, Copyright (C) 2003-2013 Uwe Schulzweida
This is free software and comes with ABSOLUTELY NO WARRANTY
Report bugs to <http://code.zmaw.de/projects/cdo>
However, it seems to be not working when I am trying to use it :
cdo invertlev ta_6hrLev_MIROC5_historical_r1i1p1_1986120100-1986123118.nc temp1.nc
cdo invertlev: Open failed on >ta_6hrLev_MIROC5_historical_r1i1p1_1986120100-1986123118.nc<
Unsupported file type (library support not compiled in)
Any help ?
Thanks.
Deba
Replies (4)
RE: Problem installating CDO - Added by Kameswarrao Modali over 11 years ago
Hi,
Can you please paste the output of the cdo -V command. Most probably the netCDF library is missing.
best regards
kamesh
RE: Problem installating CDO - Added by Debasish Pal over 11 years ago
cdo -V
Climate Data Operators version 1.6.0 (http://code.zmaw.de/projects/cdo)
Compiler: icc -std=c99 -g -O2 -pthread
version: Intel(R) C Intel(R) 64 Compiler Professional for applications running on Intel(R) 64, Version 11.0 Build 20081105 Package ID: l_cproc_p_11.0.074
with: PTHREADS Z
Compiled: by deba45 on login (x86_64-unknown-linux-gnu) Apr 25 2013 14:27:18
CDI library version : 1.6.0 of Apr 25 2013 14:27:05
CGRIBEX library version : 1.6.0 of Mar 5 2013 11:10:25
SERVICE library version : 1.3.1 of Apr 25 2013 14:26:47
EXTRA library version : 1.3.1 of Apr 25 2013 14:26:34
IEG library version : 1.3.1 of Apr 25 2013 14:26:41
FILE library version : 1.8.1 of Apr 25 2013 14:26:35
Deba
RE: Problem installating CDO - Added by Kameswarrao Modali over 11 years ago
Hi!
Rebuild the cdo with config option "--with-netcdf" ( "./configure -h" displays the possible configure options ) pointing to the netcdf library path ( which you should have previously installed ).
best regards
kamesh
RE: Problem installating CDO - Added by Debasish Pal over 11 years ago
Hi Kamesh,
Thanks for your input. cdo with netcdf option in configuration seems to have solved the problem.
Deba