cdo (Abort): -sellonlatbox (To many inputs)
Added by Reza Rezaei over 2 years ago
Hi all,
I try to make a fine-grided NC file using the following command:
cdo -f nc -sellonlatbox, 25.914829, 30.718227, 39.309757, 42.050957 -random,r7200x3600 template.nc
But, I got this error:
cdo (Abort): -sellonlatbox, 25.914829, 30.718227, 39.309757, 42.050957 -random,r7200x3600 template.nc
^ To many inputs
How can I solve this issue? Thank you for any help in advance.
Reza
Replies (2)
RE: cdo (Abort): -sellonlatbox (To many inputs) - Added by Karin Meier-Fleischer over 2 years ago
Hi Reza,
the error message tells you what is wrong. Have a look at the part of sellonlatbox because there are space characters before the values which are not allowed.
See https://code.mpimet.mpg.de/projects/cdo/embedded/cdo.pdf#subsection.2.3.5
RE: cdo (Abort): -sellonlatbox (To many inputs) - Added by Reza Rezaei over 2 years ago
Thank you for your reply. Your suggestion worked.
Best,
Reza