Bug in cdo collgrid?
Added by Christopher Moseley almost 7 years ago
Dear all, I am trying to paste rectangular NetCDF files in the vertical direction with
cdo collgrid,1 gather.vol.????.n.nc gather.vol.n.nc
and I get the error message
do collgrid (Abort): Variable name 1 not found!
I have seen in a post from last year that this is probably a bug. Is it maybe fixed alreay in another version? I am using the newest version cdo/1.6.7-magicsxx-gcc48.
Best regards, Christopher
Replies (3)
RE: Bug in cdo collgrid? - Added by Ralf Mueller almost 7 years ago
hi Christopher!
please upload some sample data or a path where I can find it.
cheers
ralf
RE: Bug in cdo collgrid? - Added by Ralf Mueller almost 7 years ago
I could run your command with cdo-1.9.2. Which version do you use? the default module on mistral loads cdo-1.7.0 ...
RE: Bug in cdo collgrid? - Added by Christopher Moseley almost 7 years ago
Thank you, with 1.9.2 it works. With the default version I got the error message.
Christopher