cdo¶
Synopsis¶
xcdo -cdo arguments output
Description¶
Operator to run CDO commands
This operator is a delegate to the CDO command line tool. It takes a list of CDO arguments and runs the CDO command with those arguments. The CDO executable is found using the 'CDO' environment variable, or defaults to "cdo" from the path. It only support cdo commands that outputs a single file. Note: The given arguments should not include the output file name.
Examples¶
xcdo -plot -cdo -timmean input.nc
xcdo -print -cdo [ -ymonmean -mergetime input1.nc input2.nc ]