Error: Too many streams!
Added by James King over 9 years ago
Hi all!
I'm new to all this, so please bear with me. I'm trying to execute the following command:
cdo sellonlatbox,-40,95,-0,-45 –selyear,1950/2005 -selmon,8,9,10,11,12 -shifttime,-3mo <ifile> <ofile>.
The input file is the historical precipitation output from a CMIP5 model.
The command returns this error:
Error (cdo sellonlatbox) : Too many streams! Operator needs 1 input and 1 output streams.
Unless I'm mistaken, I have 1 input stream and one output stream. There's probably something really obvious I'm doing wrong here, but what is it?
Thanks
James
Replies (2)
RE: Error: Too many streams! - Added by Uwe Schulzweida over 9 years ago
Hi James,
the character in front of "selyear" is a hyphen and not a minus sign.
Cheers,
Uwe
RE: Error: Too many streams! - Added by James King over 9 years ago
Thanks Uwe! Knew it would be something like that