Project

General

Profile

Problem using CDO to concatanate on a 32 bit machine

Added by Gilles Arfeuille about 11 years ago

Hi there,

I am using CDO on two different computers, one 64 bit and one 32 bit (field work rugged computer)

The 64 bit is using CDO version 1.5.6.1

works fine using command to merge files:

cdo mergetime namefileone namefiletwo namefileconcatanate

The 2nd computer (32 bit) runs CDO version 1.5.9

when using the same command (that is cdo mergetime namefileone namefiletwo namefileconcatanate)

I get the following error message:

Error (gribapiGetGrid) : Unsupported grid type: lcc

Any recommendation to solve this problem?


Replies (2)

RE: Problem using CDO to concatanate on a 32 bit machine - Added by Ralf Mueller about 11 years ago

compare the output of

cdo -V
of both versions. The output of
ldd <path-to-cdo-binary> 
could be helpfull, too.

RE: Problem using CDO to concatanate on a 32 bit machine - Added by Gilles Arfeuille about 11 years ago

Thanks for the advice.

CGRIBEX library was missing

since it was disabled in cdo-1.5.9+dfsg.1/debian/source file

Ones this corrected and compiled again the cgribex lib was there and everything worked just fine

    (1-2/2)