Project

General

Profile

cdo (Abort): Unprocessed Input, could not process all Operators/Files

Added by Kitieng Leong almost 3 years ago

Hi all,

I was trying to regrid and do eof by cdo operators. However, I could not do it.
I can use some of the cdo operators such as -info and -griddes. However, when I tried to use -eof or -remapbil on the same .nc file, cdo abort with the following message 'cdo (Abort): Unprocessed Input, could not process all Operators/Files'.
I tried different .nc file and different systems (cygwin on windows and linux on MacOS). They all show the above message. I could not figure out why the operators or files cannot be proccessed.

PLease can anmyone give me a help?

Thank you.


Replies (2)

RE: cdo (Abort): Unprocessed Input, could not process all Operators/Files - Added by Karin Meier-Fleischer almost 3 years ago

Hi Kitieng,

please, write what you exactly do (the cdo commands)?

-Karin

RE: cdo (Abort): Unprocessed Input, could not process all Operators/Files - Added by Hemraj Bhattarai about 2 years ago

Karin Meier-Fleischer wrote in RE: cdo (Abort): Unprocessed Input, could not process all...:

Hi Kitieng,

please, write what you exactly do (the cdo commands)?

-Karin

Hi Karin,
I have exactly the same problem. I have two .nc files I want to plot scatter plot but their grid size are different, so I have to regrid one of them.
Needs gridding: lon(-179.975 to 179.975, diff: 0.05); lat(-59.975 to 69.975, diff: 0.05)
Regrid to: lon(-180.00 to 178.75, diff: 1.25); lat(-90 to 90, diff:-0.9424084)

What I did is:
create templet .nc file: cdo -f nc -sellonlatbox,-179.975,179.975,-59.975,69.975 -random,r288x130 templet.nc
regrid: cdo -remapbil, templet.nc file_to_regrid.nc regrided_file.nc (this one cause error: cdo (Abort): Unprocessed Input, could not process all Operators/Files)

Many thanks.

Hemraj

    (1-2/2)